Skip to content

Commit 1f025e1

Browse files
committed
skip download tests in ci
1 parent ca3f765 commit 1f025e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modrinth/mrpack/mrpack_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
package mrpack
22

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

0 commit comments

Comments
 (0)