You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: temporal-spring-boot-autoconfigure/src/test/java/io/temporal/spring/boot/autoconfigure/WorkerVersioningTest.java
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,9 @@ void setUp() {
44
44
@Test
45
45
@Timeout(value = 10)
46
46
publicvoidtestAutoDiscovery() {
47
+
// Manually start the worker because we disable automatic worker start, due to
48
+
// automatic worker start running prior to the docker check, which causes namespace
0 commit comments