From 364da5a368de1961ff56b72675aa59955596b502 Mon Sep 17 00:00:00 2001 From: David Gardner Date: Wed, 2 Aug 2023 09:52:17 -0700 Subject: [PATCH] Skip test_multi_segment_bad_data_type due to MRC issue https://github.com/nv-morpheus/MRC/issues/360 --- tests/test_multi_segment.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_multi_segment.py b/tests/test_multi_segment.py index 08c4dd5e7a..a0c075f756 100644 --- a/tests/test_multi_segment.py +++ b/tests/test_multi_segment.py @@ -36,6 +36,7 @@ def test_linear_boundary_stages(config, filter_probs_df): assert_results(comp_stage.get_results()) +@pytest.mark.skip(reason="Skipping due to MRC issue #360") @pytest.mark.use_cudf def test_multi_segment_bad_data_type(config, filter_probs_df): with pytest.raises(RuntimeError):