diff --git a/tests/ttnn/unit_tests/test_multi_device_async.py b/tests/ttnn/unit_tests/test_multi_device_async.py index 8d1ff9bb5b5..2f5cc0e8252 100644 --- a/tests/ttnn/unit_tests/test_multi_device_async.py +++ b/tests/ttnn/unit_tests/test_multi_device_async.py @@ -246,6 +246,7 @@ def test_multi_device_data_parallel_op_chain(pcie_device_mesh, program_cache, in @pytest.mark.parametrize("layout", [ttnn.TILE_LAYOUT, ttnn.ROW_MAJOR_LAYOUT]) @pytest.mark.parametrize("mem_config", [ttnn.DRAM_MEMORY_CONFIG, ttnn.L1_MEMORY_CONFIG]) def test_multi_device_argmax(pcie_device_mesh, layout, mem_config): + pytest.skip("Segfault on CI") for device in pcie_device_mesh.get_device_ids(): pcie_device_mesh.get_device(device).enable_async(True)