Skip to content

Commit 586d090

Browse files
Skip test for account-level default firewall setting (#2175)
* Remove parallel execution from TestAccResourceFirewallSettings_basic * Skip test for account-level default firewall settings to avoid conflicts with parallel tests
1 parent e86ebfb commit 586d090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linode/firewallsettings/framework_resource_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func init() {
5555
}
5656

5757
func TestAccResourceFirewallSettings_basic(t *testing.T) {
58-
t.Parallel()
58+
t.Skip("Modifies account-level default firewall settings; conflicts with other firewall tests running in parallel")
5959
t.Cleanup(func() {
6060
client, err := acceptance.GetTestClient()
6161
if err != nil {

0 commit comments

Comments
 (0)