diff --git a/packages/autorest.python/test/vanilla/version-tolerant/AcceptanceTests/test_zzz.py b/packages/autorest.python/test/vanilla/version-tolerant/AcceptanceTests/test_zzz.py index 2b7fb4ec51..2cba3ef217 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/AcceptanceTests/test_zzz.py +++ b/packages/autorest.python/test/vanilla/version-tolerant/AcceptanceTests/test_zzz.py @@ -46,6 +46,9 @@ def test_ensure_coverage(self): "ConstantsInBody": 1, # https://github.com/Azure/autorest.modelerfour/issues/83 "ResponsesScenarioF400DefaultModel": 1, "ResponsesScenarioF400DefaultNone": 1, + "HttpClientFailure400Options": 1, # not supported case introduced by https://github.com/Azure/autorest.testserver/pull/424 + "HttpClientFailure403Options": 1, # not supported case introduced by https://github.com/Azure/autorest.testserver/pull/424 + "HttpClientFailure412Options": 1, # not supported case introduced by https://github.com/Azure/autorest.testserver/pull/424 } print("Coverage:")