Skip to content

Commit

Permalink
skip some tests in integration_tests (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbeuken authored Feb 6, 2024
1 parent 5b10ecc commit 62d10b9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions abipy/integration_tests/itest_ebands.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def itest_unconverged_scf(fwp, tvars):
#dt = t0.datetimes
#assert (dt.submission, dt.start, dt.end) == (None, None, None)


@pytest.mark.skip(reason="there is currently no way to test this on the testfarm (builder scope_gnu_12.2_abipy )")
def itest_bandstructure_flow(fwp, tvars):
"""
Testing band-structure flow with one dependency: SCF -> NSCF.
Expand Down Expand Up @@ -401,7 +401,7 @@ def itest_htc_bandstructure(fwp, tvars):
assert not gsr.ebands.has_bzpath
gsr.ebands.get_edos()


@pytest.mark.skip(reason="there is currently no way to test this on the testfarm (builder scope_gnu_12.2_abipy )")
def itest_metagga_ebands_flow(fwp, tvars):
"""
Test band structure calculation with meta-GGA
Expand Down
2 changes: 1 addition & 1 deletion abipy/integration_tests/itest_frohlich_zpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def make_scf_input(usepaw=0):

return scf_input


@pytest.mark.skip(reason="there is currently no way to test this on the testfarm (builder scope_gnu_12.2_abipy )")
def itest_frohlich_zpr_flow(fwp, tvars):
"""
"""
Expand Down
2 changes: 1 addition & 1 deletion abipy/integration_tests/itest_gw.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def make_g0w0_inputs(ngkpt, tvars):

return multi.split_datasets()


@pytest.mark.skip(reason="there is currently no way to test this on the testfarm (builder scope_gnu_12.2_abipy )")
def itest_g0w0_flow(fwp, tvars):
"""Test flow for G0W0 calculations."""
scf, nscf, scr, sig = make_g0w0_inputs(ngkpt=[2, 2, 2], tvars=tvars)
Expand Down
2 changes: 1 addition & 1 deletion abipy/integration_tests/itest_relaxations.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def ion_relaxation(tvars, ntime=50):

return inp


@pytest.mark.skip(reason="there is currently no way to test this on the testfarm (builder scope_gnu_12.2_abipy )")
def itest_atomic_relaxation(fwp, tvars):
"""Test atomic relaxation with automatic restart."""
# Build the flow
Expand Down

0 comments on commit 62d10b9

Please sign in to comment.