Skip to content

Commit 33e3b37

Browse files
authored
[CI/Build] Disable test_fp8.py (#5508)
1 parent 1696efe commit 33e3b37

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/models/test_fp8.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,14 @@
6868
}
6969

7070

71+
# This test compares against golden strings for exact match since
72+
# there is no baseline implementation to compare against
73+
# and is unstable w.r.t specifics of the fp8 implementation or
74+
# the hardware being run on.
75+
# Disabled to prevent it from breaking the build
76+
@pytest.mark.skip(
77+
reason=
78+
"Prevent unstable test based on golden strings from breaking the build.")
7179
@pytest.mark.skipif(not is_quant_method_supported("fp8"),
7280
reason="fp8 is not supported on this GPU type.")
7381
@pytest.mark.parametrize("model_name", MODELS)

0 commit comments

Comments
 (0)