Skip to content

Commit

Permalink
Remove assert on thread
Browse files Browse the repository at this point in the history
in setup, since this fails in CI (parallel test run?)
  • Loading branch information
wisskirchenj committed May 13, 2023
1 parent d5274c2 commit 80b4d3f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ class SystemTimerTest {
@BeforeEach
void setUp() {
trafficLights = new TrafficLights(3, 3);
assertFalse(Thread.getAllStackTraces().keySet().stream().map(Thread::getName).anyMatch("QueueThread"::equals));
timer = new SystemTimer(printerMock, trafficLights);
}

Expand Down

0 comments on commit 80b4d3f

Please sign in to comment.