Skip to content

Commit

Permalink
De parallelize PlatformTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheikah45 committed Nov 19, 2023
1 parent 0cbad2f commit 9a47566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/faforever/client/test/PlatformTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import java.net.URL;
import java.util.Locale;

@Execution(ExecutionMode.CONCURRENT)
@Execution(ExecutionMode.SAME_THREAD)
@ExtendWith({MockitoExtension.class})
@MockitoSettings(strictness = Strictness.LENIENT)
//TODO figure out best way to refactor so that tests don't have to be lenient due to unnecessary stubbings spam
Expand Down

0 comments on commit 9a47566

Please sign in to comment.