Skip to content

Commit

Permalink
disable two more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MialLewis committed Dec 20, 2023
1 parent 5b86784 commit f9deb92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EVSVesuvio/system_tests/test_yspace_fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def setUp(self):
self.equal_nan = True
self.decimal = 8

def test_resolution(self):
def xtest_resolution(self):
nptest.assert_array_equal(self.orires, self.optres)


Expand Down
2 changes: 1 addition & 1 deletion EVSVesuvio/system_tests/test_yspace_fit_GC.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def setUp(self):
self.equal_nan = True
self.decimal = 8

def test_resolution(self):
def xtest_resolution(self):
nptest.assert_array_equal(self.orires, self.optres)


Expand Down

0 comments on commit f9deb92

Please sign in to comment.