From f2cf4bc5d90ec2f1553296dd8f21e9629cc011e5 Mon Sep 17 00:00:00 2001 From: bsski <50927653+BSski@users.noreply.github.com> Date: Thu, 3 Oct 2024 19:25:37 +0200 Subject: [PATCH] chore: Unparallel SLO and SLO Errors tests (#323) --- nobl9/resource_slo_test.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nobl9/resource_slo_test.go b/nobl9/resource_slo_test.go index 9e13113f..d0dc876b 100644 --- a/nobl9/resource_slo_test.go +++ b/nobl9/resource_slo_test.go @@ -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 @@ -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