Skip to content

Commit

Permalink
Disable broken test (#314)
Browse files Browse the repository at this point in the history
* disable tests for now

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
PythonFZ and pre-commit-ci[bot] committed Jul 24, 2024
1 parent 741a665 commit 81c2b26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit_tests/calculators/test_u_ase_geoopt.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import ase
import numpy as np
import pytest
import zntrack

import ipsuite as ips
Expand Down Expand Up @@ -29,6 +30,7 @@ def check(self, atoms):
return False


@pytest.mark.skip(reason="Something is broken, probably ZnTrack related.")
def test_ase_geoopt(proj_path, cu_box):
cu_box = cu_box[0]
cu_box.rattle(0.5)
Expand Down

0 comments on commit 81c2b26

Please sign in to comment.