diff --git a/src/integration-tests/integration-test.py b/src/integration-tests/integration-test.py index 41789b48d..ef0fd418f 100755 --- a/src/integration-tests/integration-test.py +++ b/src/integration-tests/integration-test.py @@ -791,7 +791,7 @@ class TestOnefuzz: # which relate to azure-retry issues if ( message.startswith("Client-Request-ID=") - and "ResourceNotFound" in message + and ("ResourceNotFound" in message or "TableAlreadyExists" in message) and entry.get("sdkVersion", "").startswith("azurefunctions") ): continue