@@ -107,6 +107,7 @@ def test_simple_big(self):
107107got = ref .run (None ,feeds )
108108self .assertEqualArray (expected ,got [0 ])
109109
110+ @skip_ci_apple ("libomp is missing" )
110111def test_constant_folding (self ):
111112with contextlib .redirect_stdout (io .StringIO ()):
112113g = GraphBuilder (verbose = 10 )
@@ -133,6 +134,7 @@ def test_constant_folding(self):
133134got = ref .run (None ,feeds )
134135self .assertEqualArray (expected ,got [0 ])
135136
137+ @skip_ci_apple ("libomp is missing" )
136138def test_constant_folding2 (self ):
137139g = GraphBuilder (
138140optimization_options = OptimizationOptions (constant_folding = True )
@@ -270,6 +272,7 @@ def test_remove_unused_nodes_simple(self):
270272got = ref .run (None ,feeds )
271273self .assertEqualArray (expected ,got [0 ])
272274
275+ @skip_ci_apple ("libomp is missing" )
273276def test_constant_array (self ):
274277with contextlib .redirect_stdout (io .StringIO ()):
275278g = GraphBuilder (verbose = 10 )
@@ -290,6 +293,7 @@ def test_constant_array(self):
290293got = ref .run (None ,feeds )
291294self .assertEqualArray (expected ,got [0 ])
292295
296+ @skip_ci_apple ("libomp is missing" )
293297def test_constant_array_2 (self ):
294298with contextlib .redirect_stdout (io .StringIO ()):
295299g = GraphBuilder (verbose = 10 )