Skip to content

Commit

Permalink
chore: Unparallel SLO and SLO Errors tests (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
BSski authored Oct 3, 2024
1 parent fd52d59 commit f2cf4bc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions nobl9/resource_slo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ import (
"github.com/nobl9/nobl9-go/manifest"
)

//nolint:tparallel
func TestAcc_Nobl9SLO(t *testing.T) {
t.Parallel()
cases := []struct {
name string
configFunc func(string) string
Expand Down Expand Up @@ -83,9 +81,7 @@ func TestAcc_Nobl9SLO(t *testing.T) {
}
}

//nolint:tparallel
func TestAcc_Nobl9SLOErrors(t *testing.T) {
t.Parallel()
cases := []struct {
name string
configFunc func(string) string
Expand Down

0 comments on commit f2cf4bc

Please sign in to comment.