We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 166ea04 commit e016c22Copy full SHA for e016c22
doc/examples.py
@@ -87,7 +87,6 @@ def test_production_call_without_promote(application, prod_client):
87
response = client.get("/get")
88
89
90
-@pytest.mark.disruptive # test should be mark as disruptive because of production gateway redeploy
91
@pytest.mark.required_capabilities(Capability.PRODUCTION_GATEWAY) # Test should have mark that states that it needs production_gateway
92
def test_production_call_without_redeploy(application, prod_client):
93
client = prod_client(application, redeploy=False)
0 commit comments