We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3cf10e commit 14fdfdcCopy full SHA for 14fdfdc
tools/cli/test/e2e/cli/split_test.go
@@ -69,7 +69,6 @@ func TestSplitVersionsFilteredOASes(t *testing.T) {
69
70
for _, tc := range testCases {
71
t.Run(tc.name, func(t *testing.T) {
72
- t.Parallel()
73
folder := tc.env
74
base := getInputPath(t, tc.specType, tc.format, folder)
75
outputPath := getOutputFolder(t, folder) + "/" + tc.specType + "-" + folder + "-" + "output." + tc.format
0 commit comments