diff --git a/jstests/suites/catalog-and-routing/BUILD.bazel b/jstests/suites/catalog-and-routing/BUILD.bazel index 41b8ed58383..e9bc5e6cc6e 100644 --- a/jstests/suites/catalog-and-routing/BUILD.bazel +++ b/jstests/suites/catalog-and-routing/BUILD.bazel @@ -53,7 +53,7 @@ resmoke_suite_test( tags = [ "ci-release-critical", "common", - "incompatible_with_bazel_remote_test", # This test is frequently hitting the bazel test timeout running remove_adjacent_index_keys.js. Disable until resolved. TODO(SERVER-124515) + "cpu:2", "jscore", "sharding", ], diff --git a/jstests/suites/workload-resilience/BUILD.bazel b/jstests/suites/workload-resilience/BUILD.bazel index 7b27abf5fef..b4c4d7f8c06 100644 --- a/jstests/suites/workload-resilience/BUILD.bazel +++ b/jstests/suites/workload-resilience/BUILD.bazel @@ -50,7 +50,7 @@ resmoke_suite_test( tags = [ "ci-release-critical", "common", - "incompatible_with_bazel_remote_test", # This test is frequently hitting the bazel test timeout running remove_adjacent_index_keys.js. Disable until resolved. TODO(SERVER-124515) + "cpu:2", "jscore", "sharding", ],