Skip to content

Commit 90cb501

Browse files
Disable unit test for https://github.com/NREL/GEOPHIRES-X/issues/192\#issuecomment-2086009787 for now - appears to experience intermittent failures in GH Actions
1 parent a8dfbff commit 90cb501

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/geophires_monte_carlo_tests/test_geophires_monte_carlo.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,8 @@ def test_monte_carlo_result_ordering(self):
108108

109109
self.assertDictEqual(result_json_obj, result.result['output'])
110110

111+
@unittest.skip('FIXME TODO https://github.com/NREL/GEOPHIRES-X/issues/192')
111112
def test_geophires_monte_carlo_single_input(self):
112-
"""https://github.com/NREL/GEOPHIRES-X/issues/192"""
113-
114113
client = GeophiresMonteCarloClient()
115114
num_iterations = 3
116115

0 commit comments

Comments
 (0)