Skip to content

Commit 84cbf68

Browse files
Merge pull request #1630 from pmgbergen/fix_tests_in_vscode
BUG: Remove `skipped` tag from fixture
2 parents 1624e32 + 61fe5ac commit 84cbf68

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/functional/test_manu_poromech_nofrac.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,6 @@ def actual_ooc(material_constants: dict) -> list[list[dict[str, float]]]:
278278

279279

280280
# ----> Set desired order of convergence
281-
# Skip this test since it is a subset of the test for thermoporomechanics.
282-
@pytest.mark.skipped
283281
@pytest.fixture(scope="module")
284282
def desired_ooc() -> list[list[dict[str, float]]]:
285283
"""Set desired order of convergence.

0 commit comments

Comments
 (0)