8000 test: unskip list_backup_operations sample · larkee/python-spanner@d8a74a9 · GitHub
[go: up one dir, main page]

Skip to content

Commit d8a74a9

Browse files
committed
test: unskip list_backup_operations sample
1 parent 58359f9 commit d8a74a9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

samples/samples/backup_sample_test.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,6 @@ def test_restore_database(capsys):
7979
assert BACKUP_ID in out
8080

8181

82-
@pytest.mark.skip(
83-
reason=(
84-
"failing due to a production bug"
85-
"https://github.com/googleapis/python-spanner/issues/149"
86-
)
87-
)
8882
def test_list_backup_operations(capsys, spanner_instance):
8983
backup_sample.list_backup_operations(INSTANCE_ID, DATABASE_ID)
9084
out, _ = capsys.readouterr()

0 commit comments

Comments
 (0)
0