From a1975471abd9d704343bf383701702c4d2c03f57 Mon Sep 17 00:00:00 2001 From: Kevin Daudt Date: Mon, 11 Oct 2021 22:49:14 +0200 Subject: [PATCH] tests/abuild: skip remote initd tests This test is flaky and relies on a file hosted remotely, which can be unreachable. Ideally there should a way to have this file served from the test suite itself, but this might be challenging to do without adding dependencies. --- tests/abuild.bats | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/abuild.bats b/tests/abuild.bats index 8180e39..106ef19 100644 --- a/tests/abuild.bats +++ b/tests/abuild.bats @@ -196,6 +196,7 @@ teardown() { } @test "abuild: reject remote initd script with improper shebang" { + skip 'flaky' cd testrepo/invalid-initd/ sed 's#@source@#test.initd::https://tpaste.us/ovyL?.initd#' APKBUILD.in >APKBUILD