Skip to content

Commit 5e2f1e6

Browse files
committed
ci: skip failing retail tests
1 parent 9c7edd0 commit 5e2f1e6

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

retail/interactive-tutorials/src/test/java/search/SearchWithBoostSpecTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
import java.util.concurrent.ExecutionException;
2727
import org.junit.After;
2828
import org.junit.Before;
29+
import org.junit.Ignore;
2930
import org.junit.Test;
3031
import org.junit.runner.RunWith;
3132
import org.junit.runners.JUnit4;
@@ -50,6 +51,7 @@ public void setUp() throws IOException, InterruptedException, ExecutionException
5051
}
5152

5253
@Test
54+
@Ignore("https://github.com/GoogleCloudPlatform/java-docs-samples/issues/10133")
5355
public void testOutput() {
5456
String outputResult = bout.toString();
5557

retail/interactive-tutorials/src/test/java/search/SearchWithFacetSpecTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
import java.util.concurrent.ExecutionException;
2727
import org.junit.After;
2828
import org.junit.Before;
29+
import org.junit.Ignore;
2930
import org.junit.Test;
3031
import org.junit.runner.RunWith;
3132
import org.junit.runners.JUnit4;
@@ -50,6 +51,7 @@ public void setUp() throws IOException, InterruptedException, ExecutionException
5051
}
5152

5253
@Test
54+
@Ignore("https://github.com/GoogleCloudPlatform/java-docs-samples/issues/10133")
5355
public void testOutput() {
5456
String outputResult = bout.toString();
5557

retail/interactive-tutorials/src/test/java/search/SearchWithFilteringTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
import java.util.concurrent.ExecutionException;
2727
import org.junit.After;
2828
import org.junit.Before;
29+
import org.junit.Ignore;
2930
import org.junit.Test;
3031
import org.junit.runner.RunWith;
3132
import org.junit.runners.JUnit4;
@@ -51,6 +52,7 @@ public void setUp() throws IOException, InterruptedException, ExecutionException
5152
}
5253

5354
@Test
55+
@Ignore("https://github.com/GoogleCloudPlatform/java-docs-samples/issues/10133")
5456
public void testOutput() {
5557
String outputResult = bout.toString();
5658

0 commit comments

Comments
 (0)