Skip to content

Commit

Permalink
Skip test_multi_segment_bad_data_type due to MRC issue nv-morpheus/MR…
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Aug 2, 2023
1 parent 73318c7 commit 364da5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_multi_segment.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 364da5a

Please sign in to comment.