Skip to content

Commit

Permalink
Un-skip test_R_transport* on Linux GHA runners
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Jan 20, 2025
1 parent 38e31ba commit ab33b54
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ixmp/tests/test_tutorials.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import os
import platform
import sys

import numpy as np
import pytest
Expand Down Expand Up @@ -51,8 +50,6 @@ def test_py_transport_scenario(tutorial_path, tmp_path, tmp_env, default_args):
@FLAKY
@pytest.mark.xdist_group(name=f"{group_base_name}-1")
@pytest.mark.rixmp
# TODO investigate and resolve the cause of the time outs; remove this mark
@pytest.mark.skipif(GHA and sys.platform == "linux", reason="Times out")
def test_R_transport(tutorial_path, tmp_path, tmp_env, default_args):
fname = tutorial_path / "transport" / "R_transport.ipynb"
nb, errors = run_notebook(
Expand All @@ -63,8 +60,6 @@ def test_R_transport(tutorial_path, tmp_path, tmp_env, default_args):

@pytest.mark.xdist_group(name=f"{group_base_name}-1")
@pytest.mark.rixmp
# TODO investigate and resolve the cause of the time outs; remove this mark
@pytest.mark.skipif(GHA and sys.platform == "linux", reason="Times out")
def test_R_transport_scenario(tutorial_path, tmp_path, tmp_env, default_args):
fname = tutorial_path / "transport" / "R_transport_scenario.ipynb"
nb, errors = run_notebook(
Expand Down

0 comments on commit ab33b54

Please sign in to comment.