Skip to content

Commit 4bd82de

Browse files
authored
fix(inference): skip test out of stock (scaleway#3900)
1 parent a36fb95 commit 4bd82de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/namespaces/inference/v1beta1/custom_deployment_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
func Test_DeploymentCreate(t *testing.T) {
12-
//t.Skip("Out of stock")
12+
t.Skip("Out of stock")
1313
cmds := inference.GetCommands()
1414

1515
t.Run("Simple deployment", core.Test(&core.TestConfig{

0 commit comments

Comments
 (0)