Skip to content

Commit a4d46a8

Browse files
chore(spanner): ignore abortAndRetry in ITTransactionManagerTest
Ignore the test due to b/498983034.
1 parent 84e0d18 commit a4d46a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

java-spanner/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITTransactionManagerTest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
import org.junit.Before;
5252
import org.junit.BeforeClass;
5353
import org.junit.ClassRule;
54+
import org.junit.Ignore;
5455
import org.junit.Test;
5556
import org.junit.experimental.categories.Category;
5657
import org.junit.runner.RunWith;
@@ -209,6 +210,9 @@ public void rollback() throws InterruptedException {
209210
}
210211

211212
@SuppressWarnings("resource")
213+
// TODO(sakthivelmani): Resolve this test failure after the conclusion of
214+
// b/498983034.
215+
@Ignore
212216
@Test
213217
public void abortAndRetry() throws InterruptedException {
214218
assumeFalse(

0 commit comments

Comments
 (0)