Skip to content

Commit

Permalink
skip one test only
Browse files Browse the repository at this point in the history
  • Loading branch information
Neenu1995 committed Nov 2, 2023
1 parent 4f39aae commit a0146a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ javadoc)
;;
integration)
mvn -B ${INTEGRATION_TEST_ARGS} \
-ntp \
-Dtest=ITBigQuery*Test \
-Penable-integration-tests \
-Dtest=!ITCustomBigQueryDemoTest \
-DtrimStackTrace=false \
-Dclirr.skip=true \
-Denforcer.skip=true \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ package com.google.cloud.bigquery.storage.v1.it;
import org.junit.Assert;
import org.junit.Test;

public class ITBigQueryDemoTest {
public class ITCustomBigQueryDemoTest {
@Test
public void testFail() {
Assert.assertTrue(false);
Expand Down

0 comments on commit a0146a2

Please sign in to comment.