Skip to content

Commit

Permalink
skip download tests in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nothub committed Sep 7, 2022
1 parent ca3f765 commit 1f025e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modrinth/mrpack/mrpack_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package mrpack

// It is probably not ideal to run this in ci all the time 🙈
/*
import (
"github.com/nothub/mrpack-install/requester"
"log"
Expand Down Expand Up @@ -65,3 +67,4 @@ func Test_Overrides_Skyblocker(t *testing.T) {
t.Fatal(err)
}
}
*/

0 comments on commit 1f025e1

Please sign in to comment.