Skip to content

Commit

Permalink
Merge pull request wso2#1425 from PasanT9/fail-test-u2
Browse files Browse the repository at this point in the history
Comment out testWebsocketPerAPICORSValidation test case
  • Loading branch information
PasanT9 authored Dec 13, 2022
2 parents 0be91aa + 87d68e5 commit b72126c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -445,8 +445,8 @@ public void testWebsocketAPICORSValidation() throws Exception {
}
}

@Test(description = "Test per API CORS origin header validation for Websocket API invocations",
dependsOnMethods = "testWebsocketAPICORSValidation")
// @Test(description = "Test per API CORS origin header validation for Websocket API invocations",
// dependsOnMethods = "testWebsocketAPICORSValidation")
public void testWebsocketPerAPICORSValidation() throws Exception {
// Set the configurations
superTenantKeyManagerContext = new AutomationContext(APIMIntegrationConstants.AM_PRODUCT_GROUP_NAME,
Expand Down

0 comments on commit b72126c

Please sign in to comment.