From 604789b0ad12186f38e3658baf0d9fd252cfd4ec Mon Sep 17 00:00:00 2001 From: asaigal Date: Tue, 4 Jun 2024 03:13:38 +0000 Subject: [PATCH] #0: Remove argmax multi-device test due to segfault --- tests/ttnn/unit_tests/test_multi_device_async.py | 1 + 1 file changed, 1 insertion(+) 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)