Skip to content

Commit

Permalink
Remove skip slow test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ig-dolci committed Oct 24, 2024
1 parent 72c3147 commit 79f4972
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/demos/test_demos_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ def py_file(rst_file, tmpdir, monkeypatch):


@pytest.mark.skipcomplex # Will need to add a seperate case for a complex demo.
@pytest.mark.markif_fixture(pytest.mark.slow, rst_file="linear_wave_equation.py.rst")
@pytest.mark.markif_fixture(pytest.mark.slow, rst_file="full_waveform_inversion.py.rst")
def test_demo_runs(py_file, env):
# Add pytest skips for missing imports or packages
if basename(py_file) in ("stokes.py", "rayleigh-benard.py", "saddle_point_systems.py", "navier_stokes.py", "netgen_mesh.py"):
Expand Down

0 comments on commit 79f4972

Please sign in to comment.