File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
samples/snippets/src/test/java/com/example/spanner Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -295,10 +295,11 @@ public void testSample() throws Exception {
295295 assertThat (out )
296296 .contains ("Backup operation for [" + backupId + "_cancel] successfully cancelled" );
297297
298- out = runSample ("listbackupoperations" );
299- assertThat (out )
300- .contains (
301- String .format ("Backup %s on database %s pending:" , backupId .getName (), dbId .getName ()));
298+ // TODO: Re-enable this test once list backup operations bug is fixed: b/169431286
299+ // out = runSample("listbackupoperations");
300+ // assertThat(out).contains(
301+ // String.format("Backup %s on database %s pending:", backupId.getName(), dbId.getName())
302+ // );
302303
303304 out = runSample ("listbackups" );
304305 assertThat (out ).contains ("All backups:" );
You can’t perform that action at this time.
0 commit comments