Skip to content

Commit

Permalink
remove network test
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Oct 17, 2024
1 parent 86ce41d commit 7c5ccb0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/test_s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,6 @@ def test_sanity_secure(self):
s3_client = s3_client_new(True, self.region)
self.assertIsNotNone(s3_client)

def test_sanity_network_interface_names(self):
s3_client = s3_client_new(True, self.region, network_interface_names=("eth0", "eth1"))
self.assertIsNotNone(s3_client)

def test_wait_shutdown(self):
s3_client = s3_client_new(False, self.region)
self.assertIsNotNone(s3_client)
Expand Down

0 comments on commit 7c5ccb0

Please sign in to comment.