Skip to content

Commit

Permalink
Disable shuffling for gpu_compiler_test.
Browse files Browse the repository at this point in the history
This test depends on the order of its test cases. This change unbreaks the build. We should fix this dependency separately.

PiperOrigin-RevId: 732239681
  • Loading branch information
Google-ML-Automation committed Feb 28, 2025
1 parent b6018bd commit ee73110
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xla/service/gpu/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1649,6 +1649,8 @@ xla_test(
srcs = ["gpu_compiler_test.cc"],
backends = ["gpu"],
data = ["gpu_compiler_test_autotune_db.textproto"],
# TODO(b/399912696): Remove this once the test case order dependency is fixed.
shuffle_tests = False, # CANNOT_SHUFFLE_TESTS=existing dependency on test case order.
deps = [
":backend_configs_cc",
":gpu_compiler",
Expand Down

0 comments on commit ee73110

Please sign in to comment.