File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
internal/services/inference Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ func TestAccCustomModel_Basic(t *testing.T) {
4444}
4545
4646func 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
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ const (
1818)
1919
2020func 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
5051func 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
You can’t perform that action at this time.
0 commit comments