Skip to content

Commit f1f3a90

Browse files
authored
skip time consuming uts (#2307)
Signed-off-by: He, Xin3 <xin3.he@intel.com>
1 parent e36230e commit f1f3a90

File tree

1 file changed

+2
-0
lines changed
  • test/3x/torch/algorithms/fp8_quant/unit_tests/test_layers

1 file changed

+2
-0
lines changed

test/3x/torch/algorithms/fp8_quant/unit_tests/test_layers/test_linear.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ def test_linear_dynamic_quantization(
134134
scale_format: ScaleFormat,
135135
use_hpu_graphs: bool
136136
):
137+
if not use_hpu_graphs and (hp_dtype == torch.bfloat16) and device_type == GAUDI2:
138+
pytest.xfail("[SW-242200] Temporary skip them since the time usage is more than expected.")
137139
check_tests_to_skip(scale_method, scale_format, True)
138140
N = 1
139141
D_in = 8

0 commit comments

Comments
 (0)