Skip to content

Commit

Permalink
Disable failing test CompiledProgramsCount.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 732239676
  • Loading branch information
reedwm authored and Google-ML-Automation committed Feb 28, 2025
1 parent b539661 commit b6018bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xla/service/gpu/gpu_compiler_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ class GpuCompilerTest : public HloTestBase {
}
};

TEST_F(GpuCompilerTest, CompiledProgramsCount) {
// TODO(b/399912696): Fix and enable this test.
TEST_F(GpuCompilerTest, DISABLED_CompiledProgramsCount) {
const char* hlo_text = R"(
HloModule test
Expand Down

0 comments on commit b6018bd

Please sign in to comment.