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 @@ -45,6 +45,7 @@ func TestAccCustomModel_Basic(t *testing.T) {
4545
4646func TestAccCustomModel_DeployModelOnServer (t * testing.T ) {
4747 t .Skip ("Can not run tests at the moment" )
48+
4849 tt := acctest .NewTestTools (t )
4950 defer tt .Cleanup ()
5051
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ const (
1919
2020func TestAccDeployment_Basic (t * testing.T ) {
2121 t .Skip ("Can not run tests at the moment" )
22+
2223 tt := acctest .NewTestTools (t )
2324 defer tt .Cleanup ()
2425
@@ -50,6 +51,7 @@ func TestAccDeployment_Basic(t *testing.T) {
5051
5152func TestAccDeployment_Endpoint (t * testing.T ) {
5253 t .Skip ("Can not run tests at the moment" )
54+
5355 tt := acctest .NewTestTools (t )
5456 defer tt .Cleanup ()
5557
You can’t perform that action at this time.
0 commit comments