diff --git a/python/tests/cuda_skip.py b/python/tests/cuda_skip.py index 5bb465e1e..e14aa675e 100644 --- a/python/tests/cuda_skip.py +++ b/python/tests/cuda_skip.py @@ -74,4 +74,5 @@ cuda_skip = { "TestQuantized.test_small_matrix", "TestQuantized.test_throw", "TestQuantized.test_vjp_scales_biases", + "TestExportImport.test_export_quantized_model", }