Skip to content

Commit

Permalink
[test-integration] Missed unstable tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Crumby authored and ryanemerson committed Aug 24, 2023
1 parent 3fe3961 commit b2fb244
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
import org.infinispan.util.CleanUpValidator;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;

import cz.xtf.client.Http;
Expand Down Expand Up @@ -124,6 +125,7 @@ void disableServiceMonitorTest() {
/**
* Verify that default cache was created and is accessible.
*/
@Tag("unstable")
@Test
void defaultCacheAvailabilityTest() throws Exception {
String keyUrl = "http://" + hostName + "/rest/v2/caches/default/availability-test";
Expand All @@ -138,6 +140,7 @@ void defaultCacheAvailabilityTest() throws Exception {
/**
* Default replication factor should be 2
*/
@Tag("unstable")
@Test
void defaultReplicationFactorTest() throws Exception {
String request = "http://" + hostName + "/rest/v2/caches/default?action=config";
Expand Down

0 comments on commit b2fb244

Please sign in to comment.