[tests] refactor IdEntryMapExternalizerTest to not confuse teamcity too much

+ TeamCity ineffectively deals with parameterised tests with large number of parameters (there 'large' is even less than 64k)

GitOrigin-RevId: 5d8227ceda4edb5c17d5dc6eecac14b70992c2ca
This commit is contained in:
Ruslan Cheremin
2024-09-09 14:12:30 +02:00
committed by intellij-monorepo-bot
parent bbc59dc209
commit 732a82d089

View File

@@ -5,8 +5,6 @@ import com.intellij.util.indexing.InputMapExternalizer;
import com.intellij.util.io.DataExternalizer;
import org.jetbrains.annotations.NotNull;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.MethodSource;
import java.io.*;
import java.util.concurrent.ThreadLocalRandom;