We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89a27ce commit a0e7b1dCopy full SHA for a0e7b1d
1 file changed
tests/integration/customizations/s3/test_plugin.py
@@ -1377,7 +1377,7 @@ def test_fail_mb_rb(self):
1377
for i in range(4):
1378
# Choose a bucket name that already exists.
1379
p = aws('s3 mb s3://mybucket')
1380
- if "BucketAlreadyExists" in p.stderr:
+ if "OperationAborted" not in p.stderr:
1381
break
1382
time.sleep(2**i)
1383
assert "BucketAlreadyExists" in p.stderr
0 commit comments