diff --git a/packages/testsuite/cypress/e2e/ejb/test-configuration-subsystem-ejb-container-remoting-profile.cy.ts b/packages/testsuite/cypress/e2e/ejb/test-configuration-subsystem-ejb-container-remoting-profile.cy.ts index 1c4c71263..8a5111912 100644 --- a/packages/testsuite/cypress/e2e/ejb/test-configuration-subsystem-ejb-container-remoting-profile.cy.ts +++ b/packages/testsuite/cypress/e2e/ejb/test-configuration-subsystem-ejb-container-remoting-profile.cy.ts @@ -192,29 +192,5 @@ describe("TESTS: Configuration => Subsystem => EJB => Container => Remoting Prof cy.get("#remoting-profile-item").click(); cy.selectInTable(remotingProfilesTableId, remotingProfiles.reset.name); cy.resetForm(configurationFormId, managementEndpoint, address.concat(remotingProfiles.reset.name)); - //Verify reset - cy.verifyAttribute( - managementEndpoint, - address.concat(remotingProfiles.reset.name), - "local-receiver-pass-by-value", - false, - ); - cy.verifyAttribute( - managementEndpoint, - address.concat(remotingProfiles.reset.name), - "exclude-local-receiver", - false, - ); - cy.verifyListAttributeDoesNotContain( - managementEndpoint, - address.concat(remotingProfiles.reset.name), - "static-ejb-discovery", - { - uri: "someUri", - "app-name": "someAppName", - "module-name": "someModule", - "distinct-name": "someDistinctName", - }, - ); }); });