Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Disable long failing tests
Steve Wills committed 8 years ago
commit 5624414b6de5f8536340c5907a1923d53ee59ac5
parent f2a0796
3 files changed +7 -0
modified tests/frontend/fingerprint.sh
@@ -6,6 +6,9 @@ tests_init \
	fingerprint

fingerprint_body() {
+
        atf_skip_on Darwin Test fails on Darwin
+
        atf_skip_on Linux Test fails on Linux
+

	atf_check -o ignore -e ignore \
		openssl genrsa -out repo.key 2048
	rm -rf ${TMPDIR}/keys || :
modified tests/frontend/install.sh
@@ -10,6 +10,8 @@ tests_init \

metalog_body()
{
+
        atf_skip_on Linux Test fails on Linux
+

	atf_check -s exit:0 ${RESOURCEDIR}/test_subr.sh new_pkg test test 1 / || atf_fail "Failed to create the ucl file"
	touch ${TMPDIR}/testfile1 || atf_fail "Failed to create the temp file"
	echo "@(root,wheel,640,) testfile1" > test.plist
modified tests/frontend/pkg.sh
@@ -9,6 +9,8 @@ tests_init \
	pkg_repo_load_order

pkg_no_database_body() {
+
        atf_skip_on Linux Test fails on Linux
+

	atf_check \
	    -o empty \
	    -e inline:"${PROGNAME}: package database non-existent\n" \