Skip to content

Commit 90809dc

Browse files
authored
Skip TestTest_Parallel due to flakiness (#37594)
1 parent 098bbe7 commit 90809dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

internal/command/test_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1255,6 +1255,9 @@ func TestTest_Parallel_Divided_Order(t *testing.T) {
12551255
}
12561256

12571257
func TestTest_Parallel(t *testing.T) {
1258+
// Skipped due to flakiness - see https://github.com/hashicorp/terraform/issues/37593
1259+
t.Skip()
1260+
12581261
td := t.TempDir()
12591262
testCopyDir(t, testFixturePath(path.Join("test", "parallel")), td)
12601263
t.Chdir(td)

0 commit comments

Comments
 (0)