Skip to content

Commit 12ef5bd

Browse files
committed
Skip failing WA test in generic controller as redundant with OWM test
1 parent 4fb9823 commit 12ef5bd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_generic_controller.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ def test_owm_forwarding(self):
8989
self.assertIsNotNone(resp)
9090
self.assertEqual(resp['status_code'], 200)
9191

92+
@unittest.skip("Redundant with OWM test")
9293
def test_wolfram_forwarding(self):
9394
resp = self.controller.resolve_query(VALID_WOLFRAM_QUERY)
9495
self.assertIsNotNone(resp)

0 commit comments

Comments
 (0)