Skip to content

Commit 8252ad0

Browse files
authored
Debug flaky test (GoogleCloudPlatform#5641)
* Debug flaky test * debug
1 parent 3343a4f commit 8252ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittests/src/test/java/com/google/appengine/samples/DeferredTaskTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ public void setUp() {
5959
@After
6060
public void tearDown() {
6161
MyTask.taskRan = false;
62-
latch.reset();
6362
helper.tearDown();
63+
latch.reset();
6464
}
6565

6666
@Test

0 commit comments

Comments
 (0)