@@ -128,6 +128,7 @@ def common_scatter(self, opset, providers, dtype, reduction, expected_names):
128128 short_list = [(a , b ) for a , b in exe_providers if a is not None and b is not None ]
129129 self .assertEqual (short_list , [("CUDAExecutionProvider" , o ) for o in expected_names ])
130130
131+ @unittest .skip ("https://github.com/sdpython/onnx-diagnostic/issues/240" )
131132 @requires_cuda ()
132133 @ignore_warnings (DeprecationWarning )
133134 def test_scatterels_cuda (self ):
@@ -156,6 +157,7 @@ def test_scatterels_cuda(self):
156157 expected [dtype , reduction ],
157158 )
158159
160+ @unittest .skip ("https://github.com/sdpython/onnx-diagnostic/issues/240" )
159161 @requires_cuda ()
160162 @ignore_warnings (DeprecationWarning )
161163 def test_scatternd_cuda (self ):
@@ -184,6 +186,7 @@ def test_scatternd_cuda(self):
184186 expected [dtype , reduction ],
185187 )
186188
189+ @unittest .skip ("https://github.com/sdpython/onnx-diagnostic/issues/240" )
187190 @ignore_warnings (DeprecationWarning )
188191 def test_scatterels_cpu (self ):
189192 default_value = [
@@ -217,6 +220,7 @@ def test_scatterels_cpu(self):
217220 expected [dtype , reduction ],
218221 )
219222
223+ @unittest .skip ("https://github.com/sdpython/onnx-diagnostic/issues/240" )
220224 @ignore_warnings (DeprecationWarning )
221225 def test_scatternd_cpu (self ):
222226 default_value = [
0 commit comments