Skip to content

Commit

Permalink
skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
kweinmeister committed Aug 1, 2023
1 parent 3f4b812 commit b31b4fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ai-platform/snippets/test/deploy-model.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const location = process.env.LOCATION;
let deployedModelId;
let endpointId;

describe('AI platform deploy model', () => {
describe.skip('AI platform deploy model', () => {
it('should deploy the model in the specified endpoint', async () => {
const endOut =
execSync(`node ./create-endpoint.js ${endpointDisplayName} ${project} \
Expand Down

0 comments on commit b31b4fb

Please sign in to comment.