Skip to content

Commit

Permalink
[test-integration] Mark cache-service default cache tests as unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
Crumby authored and ryanemerson committed Aug 23, 2023
1 parent 5333c02 commit 3fe3961
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ static void undeploy() throws IOException {
* Verify that default cache was created and is accessible through exposed LoadBalancer.
* We need to trust all the certificates as used are valid only for OpenShifts internal communication.
*/
@Tag("unstable")
@Test
void defaultCacheAvailabilityTest() throws Exception {
String keyUrl = "https://" + hostName + "/rest/v2/caches/default/availability-test";
Expand Down Expand Up @@ -153,6 +154,7 @@ void antiAffinityTest() {
/**
* Verifies replicationFactor of default cache is set to 1 by reading cache configuration.
*/
@Tag("unstable")
@Test
void replicationFactorTest() throws Exception {
String request = "https://" + hostName + "/rest/v2/caches/default?action=config";
Expand Down

0 comments on commit 3fe3961

Please sign in to comment.