Skip to content

Commit e9d54f6

Browse files
committed
fix(inference): temporary disabled tests
1 parent 1364a82 commit e9d54f6

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

internal/services/inference/custom_model_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ func TestAccCustomModel_Basic(t *testing.T) {
4444
}
4545

4646
func TestAccCustomModel_DeployModelOnServer(t *testing.T) {
47+
t.Skip("Can not run tests at the moment")
4748
tt := acctest.NewTestTools(t)
4849
defer tt.Cleanup()
4950

internal/services/inference/deployment_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const (
1818
)
1919

2020
func TestAccDeployment_Basic(t *testing.T) {
21+
t.Skip("Can not run tests at the moment")
2122
tt := acctest.NewTestTools(t)
2223
defer tt.Cleanup()
2324

@@ -48,6 +49,7 @@ func TestAccDeployment_Basic(t *testing.T) {
4849
}
4950

5051
func TestAccDeployment_Endpoint(t *testing.T) {
52+
t.Skip("Can not run tests at the moment")
5153
tt := acctest.NewTestTools(t)
5254
defer tt.Cleanup()
5355

0 commit comments

Comments
 (0)