Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit fe48b93

Browse files
authored
test: unskip list_backup_operations sample (#210)
Co-authored-by: larkee <larkee@users.noreply.github.com>
1 parent 58359f9 commit fe48b93

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

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)