We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc9db0 commit 5c04c91Copy full SHA for 5c04c91
ai-platform/snippets/test/deploy-model.test.js
@@ -32,7 +32,8 @@ const location = 'us-central1';
32
let deployedModelId;
33
let endpointId;
34
35
-describe('AI platform deploy model', () => {
+// Skip as model server exited unexpectedly
36
+describe.skip('AI platform deploy model', () => {
37
it('should deploy the model in the specified endpoint', async () => {
38
const endOut =
39
execSync(`node ./create-endpoint.js ${endpointDisplayName} ${project} \
ai-platform/snippets/test/tuning.test.js
0 commit comments