We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d11792 commit d3304e4Copy full SHA for d3304e4
1 file changed
tests/integration/customizations/s3/test_plugin.py
@@ -1315,7 +1315,7 @@ def test_fail_mb_rb(self):
1315
for i in range(4):
1316
# Choose a bucket name that already exists.
1317
p = aws('s3 mb s3://mybucket')
1318
- if "BucketAlreadyExists" in p.stderr:
+ if "OperationAborted" not in p.stderr:
1319
break
1320
time.sleep(2**i)
1321
assert "BucketAlreadyExists" in p.stderr
0 commit comments