Skip to content

Commit

Permalink
Remove conditional skip for macos
Browse files Browse the repository at this point in the history
Signed-off-by: Jethro Muller <git@jethromuller.co.za>
  • Loading branch information
AceFire6 committed Aug 17, 2021
1 parent 6f329d0 commit f0d8d63
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_exposition.py
Expand Up @@ -376,10 +376,6 @@ def my_redirect_handler(url, method, timeout, headers, data):
# ensure the redirect took place at the expected redirect location.
self.assertEqual(self.requests[1][0].path, "/" + self.redirect_flag)

@unittest.skipIf(
sys.platform == "darwin",
"instance_ip_grouping_key() does not work on macOS."
)
def test_instance_ip_grouping_key(self):
self.assertTrue('' != instance_ip_grouping_key()['instance'])

Expand Down

0 comments on commit f0d8d63

Please sign in to comment.