Skip to content

Commit

Permalink
Exclude msmarco from IT tests (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
gareth-ellis committed Dec 6, 2024
1 parent 052d710 commit d730072
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion it/test_all_tracks_and_challenges.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@


class TestTrackRepository:
skip_tracks = ["elastic/logs", "elastic/security", "k8s_metrics", "sql", "elser-ingest-speedtest"]
skip_tracks = ["elastic/logs", "elastic/security", "k8s_metrics", "sql", "elser-ingest-speedtest", "msmarco-v2-vector"]
disable_assertions = {
"http_logs": ["append-no-conflicts", "runtime-fields"],
"nyc_taxis": ["update-aggs-only"],
Expand Down
2 changes: 1 addition & 1 deletion it_serverless/test_selected_tracks_and_challenges.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class TestTrackRepository:
"github_archive",
"http_logs",
# "k8s_metrics", (slow)
"msmarco-v2-vector",
# "msmarco-v2-vector", (slow for test mode)
"nested",
"noaa",
"nyc_taxis",
Expand Down

0 comments on commit d730072

Please sign in to comment.