We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e7133 commit a8de309Copy full SHA for a8de309
1 file changed
core/src/test/java/com/team2813/lib2813/preferences/PersistedConfigurationTest.java
@@ -42,10 +42,13 @@
42
import org.junit.jupiter.api.Nested;
43
import org.junit.jupiter.api.Test;
44
import org.junit.jupiter.api.function.Executable;
45
+import org.junit.jupiter.api.parallel.Execution;
46
+import org.junit.jupiter.api.parallel.ExecutionMode;
47
import org.junit.jupiter.params.ParameterizedClass;
48
import org.junit.jupiter.params.provider.ValueSource;
49
50
/** Tests for {@link PersistedConfiguration}. */
51
+@Execution(ExecutionMode.SAME_THREAD)
52
@ProvideUniqueNetworkTableInstance(replacePreferencesNetworkTable = true)
53
public final class PersistedConfigurationTest {
54
private static final double EPSILON = 0.001;
0 commit comments