Skip to content

Commit fd285c0

Browse files
ci: Skip Migration test (#91755)
Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
1 parent a56697b commit fd285c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/sentry/migrations/test_0894_split_discover_dataset_saved_queries.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
import pytest
2+
13
from sentry.testutils.cases import SnubaTestCase, TestMigrations
24
from sentry.testutils.helpers.datetime import before_now
35
from sentry.utils.samples import load_data
46

57

8+
@pytest.mark.skip("Migration tests are too slow right now")
69
class SplitDiscoverDatasetSavedQueryTest(TestMigrations, SnubaTestCase):
710
migrate_from = "0893_rulesnooze_added_with_timezone"
811
migrate_to = "0894_split_discover_dataset_saved_queries"

0 commit comments

Comments
 (0)