From 1f025e17f014db1fc9cae9d1b8e221ec85470f40 Mon Sep 17 00:00:00 2001 From: hub Date: Wed, 7 Sep 2022 18:01:32 +0200 Subject: [PATCH] skip download tests in ci --- modrinth/mrpack/mrpack_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modrinth/mrpack/mrpack_test.go b/modrinth/mrpack/mrpack_test.go index b4db095..274855d 100644 --- a/modrinth/mrpack/mrpack_test.go +++ b/modrinth/mrpack/mrpack_test.go @@ -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" @@ -65,3 +67,4 @@ func Test_Overrides_Skyblocker(t *testing.T) { t.Fatal(err) } } +*/