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

Commit 7350314

Browse files
authored
ci: add back migration_test_data_persistence skip (#437)
refs #408
1 parent b9806ce commit 7350314

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

django_spanner/features.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,8 @@ class DatabaseFeatures(BaseDatabaseFeatures):
284284
skip_tests += (
285285
# os.chmod() doesn't work on Kokoro?
286286
'file_uploads.tests.DirectoryCreationTests.test_readonly_root',
287+
# Tests that sometimes fail on Kokoro for unknown reasons.
288+
'migration_test_data_persistence.tests.MigrationDataNormalPersistenceTestCase.test_persistence',
287289
)
288290

289291
if os.environ.get('SPANNER_EMULATOR_HOST', None):

0 commit comments

Comments
 (0)