Skip to content

Commit e016c22

Browse files
mastastnymdujava
authored andcommitted
Remove leftover comment
1 parent 166ea04 commit e016c22

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/examples.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ def test_production_call_without_promote(application, prod_client):
8787
response = client.get("/get")
8888

8989

90-
@pytest.mark.disruptive # test should be mark as disruptive because of production gateway redeploy
9190
@pytest.mark.required_capabilities(Capability.PRODUCTION_GATEWAY) # Test should have mark that states that it needs production_gateway
9291
def test_production_call_without_redeploy(application, prod_client):
9392
client = prod_client(application, redeploy=False)

0 commit comments

Comments
 (0)