From ab33b5476835fa856a1a3e560d5f1d975d3601f1 Mon Sep 17 00:00:00 2001 From: Paul Natsuo Kishimoto Date: Mon, 20 Jan 2025 12:54:55 +0100 Subject: [PATCH] Un-skip test_R_transport* on Linux GHA runners --- ixmp/tests/test_tutorials.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ixmp/tests/test_tutorials.py b/ixmp/tests/test_tutorials.py index 6d82dc395..a2bef07fc 100644 --- a/ixmp/tests/test_tutorials.py +++ b/ixmp/tests/test_tutorials.py @@ -1,6 +1,5 @@ import os import platform -import sys import numpy as np import pytest @@ -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( @@ -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(