Skip to content

Commit 8dd266b

Browse files
authored
ci: add back migration_test_data_persistence skip (#437)
refs #408
1 parent c3ee286 commit 8dd266b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • packages/django-google-spanner/django_spanner

packages/django-google-spanner/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)