Skip to content

Commit a981d00

Browse files
committed
maybe remove beforeeach?
1 parent 8e327c1 commit a981d00

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

temporal-spring-boot-autoconfigure/src/test/java/io/temporal/spring/boot/autoconfigure/WorkerVersioningTest.java

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,16 @@ static void checkDockerService() {
4545
"Skipping tests because USE_DOCKER_SERVICE is not set");
4646
}
4747

48-
@BeforeEach
49-
void setUp() {
50-
applicationContext.start();
51-
}
48+
// @BeforeEach
49+
// void setUp() {
50+
// applicationContext.start();
51+
// }
5252

5353
@SuppressWarnings("deprecation")
5454
@Test
5555
@Timeout(value = 10)
5656
public void testAutoDiscovery() {
57+
applicationContext.start();
5758
log.info("testAutoDiscovery started");
5859
workflowClient
5960
.getWorkflowServiceStubs()

0 commit comments

Comments
 (0)