Skip to content

Commit

Permalink
Merge branch 'marko-disable-darwin-execution_environment_test' into '…
Browse files Browse the repository at this point in the history
…master'

chore(IDX): disable execution_environment_test on darwin

Flakiness of this test on darwin brings a lot of noise to our CI.  
It should be safe to have it only running on linux until we have new darwin runners in use. 

See merge request dfinity-lab/public/ic!20240
  • Loading branch information
marko-k0 committed Jul 4, 2024
2 parents 4c75016 + 205b4d4 commit d733777
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions rs/execution_environment/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,11 @@ rust_ic_test(
data = DATA,
env = ENV,
proc_macro_deps = MACRO_DEPENDENCIES + MACRO_DEV_DEPENDENCIES,
tags = [
"test_macos",
],
# TODO(IDX-3164): enable when flakiness issues is resolved
# or we have new darwin runners in use
# tags = [
# "test_macos",
# ],
deps = DEPENDENCIES + DEV_DEPENDENCIES,
)

Expand Down

0 comments on commit d733777

Please sign in to comment.