Skip to content

Commit

Permalink
Add slow mark to overlap check
Browse files Browse the repository at this point in the history
  • Loading branch information
paolafer committed Jan 23, 2024
1 parent 602cd78 commit c154a7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/pytest/macros_test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import pytest

from pytest import mark

import glob
import os
import subprocess
Expand Down Expand Up @@ -110,6 +112,7 @@ def execute_example_jobs(capsys, config_tmpdir, output_tmpdir, NEXUSDIR, macro_l
p = subprocess.run(command, check=True, env=my_env)


@mark.slow
def test_run_overlap_check(capsys, config_tmpdir, output_tmpdir, NEXUSDIR, check_list):

with capsys.disabled():
Expand Down

0 comments on commit c154a7d

Please sign in to comment.