Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit 913f48c

Browse files
committed
gps: un-parallelize tests causing appveyor failures
1 parent 8065bb2 commit 913f48c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gps/vcs_source_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ func testHgSourceInteractions(t *testing.T) {
525525
}
526526

527527
func TestGitSourceListVersionsNoHEAD(t *testing.T) {
528-
t.Parallel()
528+
// t.Parallel()
529529

530530
requiresBins(t, "git")
531531

@@ -582,7 +582,7 @@ func TestGitSourceListVersionsNoHEAD(t *testing.T) {
582582
}
583583

584584
func TestGitSourceListVersionsNoDupes(t *testing.T) {
585-
t.Parallel()
585+
// t.Parallel()
586586

587587
// This test is slowish, skip it on -short
588588
if testing.Short() {
@@ -649,7 +649,7 @@ func TestGitSourceListVersionsNoDupes(t *testing.T) {
649649
}
650650

651651
func TestGitSourceAdaptiveCleanup(t *testing.T) {
652-
t.Parallel()
652+
// t.Parallel()
653653

654654
// This test is slowish, skip it on -short
655655
if testing.Short() {

0 commit comments

Comments
 (0)