We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 586f66d commit 61d57c1Copy full SHA for 61d57c1
1 file changed
pkg/handlers/apk_test.go
@@ -13,6 +13,7 @@ import (
13
)
14
15
func TestAPKHandler(t *testing.T) {
16
+ t.Skip("[INS-421] - Skipping this test because the apk file being used in this test is unavailable")
17
tests := map[string]struct {
18
archiveURL string
19
expectedChunks int
0 commit comments