Skip to content

Commit

Permalink
skip test_aq_int8_weight_only_quant_3_subclass due to seg fault on ni…
Browse files Browse the repository at this point in the history
…ghtly
  • Loading branch information
Hanxian97 committed Jul 30, 2024
1 parent 1b66945 commit ec36a94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,7 @@ def test_aq_int8_weight_only_quant_2_subclass(self, device, dtype):
)

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

0 comments on commit ec36a94

Please sign in to comment.