diff --git a/tests/cpp/test_gpu1.cpp b/tests/cpp/test_gpu1.cpp index 4677dcd37de..093265b2dcf 100644 --- a/tests/cpp/test_gpu1.cpp +++ b/tests/cpp/test_gpu1.cpp @@ -2722,7 +2722,6 @@ TEST_F(NVFuserTest, FusionFp8CastOps_CUDA) { [&]() { ke.compile(&fusion, inputs); }, testing::ThrowsMessage(testing::HasSubstr( "Reason: Fusion contains Float8_xxx values"))); - GTEST_SKIP() << "skipping tests on pre-HOPPER GPUs"; } else { ke.compile(&fusion, inputs); auto outputs = ke.run(inputs);