Skip to content

Commit a8de309

Browse files
committed
Annotate PersistedConfigurationTest with @execution(SAME_THREAD)
1 parent e9e7133 commit a8de309

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

core/src/test/java/com/team2813/lib2813/preferences/PersistedConfigurationTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,13 @@
4242
import org.junit.jupiter.api.Nested;
4343
import org.junit.jupiter.api.Test;
4444
import org.junit.jupiter.api.function.Executable;
45+
import org.junit.jupiter.api.parallel.Execution;
46+
import org.junit.jupiter.api.parallel.ExecutionMode;
4547
import org.junit.jupiter.params.ParameterizedClass;
4648
import org.junit.jupiter.params.provider.ValueSource;
4749

4850
/** Tests for {@link PersistedConfiguration}. */
51+
@Execution(ExecutionMode.SAME_THREAD)
4952
@ProvideUniqueNetworkTableInstance(replacePreferencesNetworkTable = true)
5053
public final class PersistedConfigurationTest {
5154
private static final double EPSILON = 0.001;

0 commit comments

Comments
 (0)