Skip to content

Commit ec36a94

Browse files
committed
skip test_aq_int8_weight_only_quant_3_subclass due to seg fault on nightly
1 parent 1b66945 commit ec36a94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration/test_integration.py

+1
Original file line numberDiff line numberDiff line change
@@ -730,6 +730,7 @@ def test_aq_int8_weight_only_quant_2_subclass(self, device, dtype):
730730
)
731731

732732
@parameterized.expand(COMMON_DEVICE_DTYPE)
733+
@unittest.skip("skipping for now due to seg fault on nightly")
733734
def test_aq_int8_weight_only_quant_3_subclass(self, device, dtype):
734735
self._test_lin_weight_subclass_impl(
735736
AQWeightOnlyQuantizedLinearWeight3.from_float, device, 35, test_dtype=dtype

0 commit comments

Comments
 (0)