Skip to content

Commit 61d57c1

Browse files
skipping TestAPKHandler because the apk file being used in this test is unavailable (#4841)
1 parent 586f66d commit 61d57c1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/handlers/apk_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import (
1313
)
1414

1515
func TestAPKHandler(t *testing.T) {
16+
t.Skip("[INS-421] - Skipping this test because the apk file being used in this test is unavailable")
1617
tests := map[string]struct {
1718
archiveURL string
1819
expectedChunks int

0 commit comments

Comments
 (0)