Skip to content

Commit afc9db0

Browse files
committed
Removed un-supported tests
1 parent 8096ab3 commit afc9db0

File tree

3 files changed

+4
-50
lines changed

3 files changed

+4
-50
lines changed

ai-platform/snippets/test/create-training-pipeline-tabular-regression.test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ const project = process.env.CAIP_PROJECT_ID;
4343

4444
let trainingPipelineId;
4545

46-
describe('AI platform create training pipeline tabular regression', async function () {
46+
// Error: No valid transformation selected as default
47+
describe.skip('AI platform create training pipeline tabular regression', async function () {
4748
this.retries(2);
4849
it('should create a new tabular regression training pipeline', async () => {
4950
const stdout = execSync(

ai-platform/snippets/test/create-training-pipeline-text-entity-extraction.test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ const project = process.env.CAIP_PROJECT_ID;
4242

4343
let trainingPipelineId;
4444

45-
describe('AI platform create training pipeline text entity extraction', async function () {
45+
// Training text objective TEXT_EXTRACTION is no longer supported
46+
describe.skip('AI platform create training pipeline text entity extraction', async function () {
4647
this.retries(2);
4748
it('should create a new text entity extraction training pipeline', async () => {
4849
const stdout = execSync(

ai-platform/snippets/test/predict-image-from-text.test.js

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)