Skip to content

Commit

Permalink
chore: disabling ITs to reduce cost & resolve quota issue (#421)
Browse files Browse the repository at this point in the history
* chore: disabling ITs to reduce cost & resolve quota issue

* revert getTrainingsample changes

* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/master/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
munkhuushmgl and gcf-owl-bot[bot] authored Jun 24, 2021
1 parent a103380 commit 1fa5736
Show file tree
Hide file tree
Showing 22 changed files with 44 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
import org.junit.After;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;

public class CreateBatchPredictionJobTextClassificationSampleTest {
Expand Down Expand Up @@ -89,6 +90,7 @@ public void tearDown()
}

@Test
@Ignore("https://github.com/googleapis/java-aiplatform/issues/420")
public void testCreateBatchPredictionJobTextClassificationSample() throws IOException {
// Act
String batchPredictionDisplayName =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
import org.junit.After;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;

public class CreateBatchPredictionJobTextEntityExtractionSampleTest {
Expand Down Expand Up @@ -87,6 +88,7 @@ public void tearDown()
}

@Test
@Ignore("https://github.com/googleapis/java-aiplatform/issues/420")
public void testCreateBatchPredictionJobTextEntityExtractionSample() throws IOException {
// Act
String batchPredictionDisplayName =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
import org.junit.After;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;

public class CreateBatchPredictionJobTextSentimentAnalysisSampleTest {
Expand Down Expand Up @@ -87,6 +88,7 @@ public void tearDown()
}

@Test
@Ignore("https://github.com/googleapis/java-aiplatform/issues/420")
public void testCreateBatchPredictionJobTextSentimentAnalysisSample() throws IOException {
// Act
String batchPredictionDisplayName =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
import org.junit.After;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;

public class CreateBatchPredictionJobVideoActionRecognitionSampleTest {
Expand Down Expand Up @@ -85,6 +86,7 @@ public void tearDown()
}

@Test
@Ignore("https://github.com/googleapis/java-aiplatform/issues/420")
public void testCreateBatchPredictionJobVideoActionRecognitionSample() throws IOException {
// Act
String batchPredictionDisplayName =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
import org.junit.After;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;

public class CreateBatchPredictionJobVideoClassificationSampleTest {
Expand Down Expand Up @@ -86,6 +87,7 @@ public void tearDown()
}

@Test
@Ignore("https://github.com/googleapis/java-aiplatform/issues/420")
public void testCreateBatchPredictionJobVideoClassificationSample() throws IOException {
// Act
String batchPredictionDisplayName =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
import org.junit.After;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;

public class CreateBatchPredictionJobVideoObjectTrackingSampleTest {
Expand Down Expand Up @@ -85,6 +86,7 @@ public void tearDown()
}

@Test
@Ignore("https://github.com/googleapis/java-aiplatform/issues/420")
public void testCreateBatchPredictionJobVideoObjectTrackingSample() throws IOException {
// Act
String batchPredictionDisplayName =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
import org.junit.After;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
Expand Down Expand Up @@ -75,6 +76,7 @@ public void tearDown()
}

@Test
@Ignore("https://github.com/googleapis/java-aiplatform/issues/420")
public void testCreateDatasetSample()
throws IOException, InterruptedException, ExecutionException, TimeoutException {
// Act
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
import org.junit.After;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;

public class CreateDatasetTabularGcsSampleTest {
Expand Down Expand Up @@ -73,6 +74,7 @@ public void tearDown()
}

@Test
@Ignore("https://github.com/googleapis/java-aiplatform/issues/420")
public void testCreateDatasetTabularGcsSample()
throws IOException, InterruptedException, ExecutionException, TimeoutException {
// Act
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
import org.junit.After;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
Expand Down Expand Up @@ -75,6 +76,7 @@ public void tearDown()
}

@Test
@Ignore("https://github.com/googleapis/java-aiplatform/issues/420")
public void testCreateDatasetSample()
throws IOException, InterruptedException, ExecutionException, TimeoutException {
// Act
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
import org.junit.After;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
Expand Down Expand Up @@ -76,6 +77,7 @@ public void tearDown()
}

@Test
@Ignore("https://github.com/googleapis/java-aiplatform/issues/420")
public void testCreateDatasetVideoSample()
throws IOException, InterruptedException, ExecutionException, TimeoutException {
// Act
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
import org.junit.After;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
Expand Down Expand Up @@ -87,6 +88,7 @@ public void tearDown()
}

@Test
@Ignore("https://github.com/googleapis/java-aiplatform/issues/420")
public void testCreateTrainingPipelineImageClassificationSample() throws IOException {
// Act
String trainingPipelineDisplayName =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
import org.junit.After;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;

public class CreateTrainingPipelineTabularRegressionSampleTest {
Expand Down Expand Up @@ -85,6 +86,7 @@ public void tearDown()
}

@Test
@Ignore("https://github.com/googleapis/java-aiplatform/issues/420")
public void createTrainingPipelineTabularRegression() throws IOException {
// Act
String modelDisplayName =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
import org.junit.After;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
Expand Down Expand Up @@ -87,6 +88,7 @@ public void tearDown()
}

@Test
@Ignore("https://github.com/googleapis/java-aiplatform/issues/420")
public void testCreateTrainingPipelineTextEntityExtractionSample() throws IOException {
// Act
String trainingPipelineDisplayName =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
import org.junit.After;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
Expand Down Expand Up @@ -86,6 +87,7 @@ public void tearDown()
}

@Test
@Ignore("https://github.com/googleapis/java-aiplatform/issues/420")
public void testCreateTrainingPipelineTextSentimentAnalysisSample() throws IOException {
String tempUuid = UUID.randomUUID().toString().replaceAll("-", "_").substring(0, 26);
// Act
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
import org.junit.After;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;

public class CreateTrainingPipelineVideoClassificationSampleTest {
Expand Down Expand Up @@ -84,6 +85,7 @@ public void tearDown()
}

@Test
@Ignore("https://github.com/googleapis/java-aiplatform/issues/420")
public void testCreateTrainingPipelineVideoClassificationSample() throws IOException {
// Act
String trainingPipelineDisplayName =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
import org.junit.After;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;

public class CreateTrainingPipelineVideoObjectTrackingSampleTest {
Expand Down Expand Up @@ -84,6 +85,7 @@ public void tearDown()
}

@Test
@Ignore("https://github.com/googleapis/java-aiplatform/issues/420")
public void testCreateTrainingPipelineVideoObjectTrackingSample() throws IOException {
// Act
String trainingPipelineDisplayName =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
import org.junit.After;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;

public class ExportModelTabularClassificationSampleTest {
Expand Down Expand Up @@ -74,6 +75,7 @@ public void tearDown() {
}

@Test
@Ignore("https://github.com/googleapis/java-aiplatform/issues/420")
public void exportModelTabularClassification()
throws InterruptedException, ExecutionException, TimeoutException, IOException {
// Act
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
import org.junit.After;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;

public class ExportModelVideoActionRecognitionSampleTest {
Expand Down Expand Up @@ -76,6 +77,7 @@ public void tearDown() {
}

@Test
@Ignore("https://github.com/googleapis/java-aiplatform/issues/420")
public void testExportModelVideoActionRecognitionSample()
throws InterruptedException, ExecutionException, TimeoutException, IOException {
// Act
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
import org.junit.After;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
Expand Down Expand Up @@ -118,6 +119,7 @@ public void tearDown() throws InterruptedException, ExecutionException, IOExcept
}

@Test
@Ignore("https://github.com/googleapis/java-aiplatform/issues/420")
public void testImportDataSample()
throws IOException, InterruptedException, ExecutionException, TimeoutException {
// Act
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
import org.junit.After;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
Expand Down Expand Up @@ -118,6 +119,7 @@ public void tearDown()
}

@Test
@Ignore("https://github.com/googleapis/java-aiplatform/issues/420")
public void testImportDataSample()
throws IOException, InterruptedException, ExecutionException, TimeoutException {
// Act
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
import org.junit.After;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;

public class ImportDataVideoActionRecognitionSampleTest {
Expand Down Expand Up @@ -115,6 +116,7 @@ public void tearDown() throws InterruptedException, ExecutionException, IOExcept
}

@Test
@Ignore("https://github.com/googleapis/java-aiplatform/issues/420")
public void testImportDataVideoActionRecognitionSample()
throws IOException, InterruptedException, ExecutionException, TimeoutException {
// Act
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
import org.junit.After;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;

public class ImportDataVideoClassificationSampleTest {
Expand Down Expand Up @@ -116,6 +117,7 @@ public void tearDown() throws InterruptedException, ExecutionException, IOExcept
}

@Test
@Ignore("https://github.com/googleapis/java-aiplatform/issues/420")
public void testImportDataVideoClassificationSample()
throws IOException, InterruptedException, ExecutionException, TimeoutException {
// Act
Expand Down

0 comments on commit 1fa5736

Please sign in to comment.