Skip to content

Commit

Permalink
no_cover
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar committed Jun 14, 2024
1 parent 9736ca3 commit ef7bca0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion python/cudf/cudf_pandas_tests/test_cudf_pandas.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,8 +464,11 @@ def test_options_mode():
assert xpd.options.mode.copy_on_write == pd.options.mode.copy_on_write


# pragma: no cover
# Codecov and Profiler interfere with each-other,
# hence we don't want to run code-cov on this test.
@pytest.mark.no_cover
def test_profiler():
# pragma: no cover
pytest.importorskip("cudf")

# test that the profiler correctly reports
Expand Down

0 comments on commit ef7bca0

Please sign in to comment.