Skip to content

Commit

Permalink
Remove commented out code in test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhung committed Dec 3, 2024
1 parent 5f7f157 commit c6e28d2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/xray/resource/resource_xray_workers_count_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ import (
)

func TestAccWorkersCount_full(t *testing.T) {
// jfrogURL := os.Getenv("JFROG_URL")
// if strings.HasSuffix(jfrogURL, "jfrog.io") {
// t.Skipf("env var JFROG_URL '%s' is a cloud instance.", jfrogURL)
// }

_, fqrn, resourceName := testutil.MkNames("test-workers-count-", "xray_workers_count")

temp := `
Expand Down

0 comments on commit c6e28d2

Please sign in to comment.