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: google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/it/ITRetryDmlAsPartitionedDmlTest.java
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,10 @@ public static void setupTestData() {
86
86
87
87
@Test
88
88
publicvoidtestDmlFailsIfMutationLimitExceeded() {
89
+
// TODO(sakthivelmani) - Re-enable once b/422916293 is resolved
90
+
assumeFalse(
91
+
"Skipping the test due to a known bug b/422916293",
0 commit comments