From 0ca65b1d4fe945646fd8e51ad0e4a7ebd110bbd5 Mon Sep 17 00:00:00 2001 From: p4u1 Date: Mon, 11 Mar 2024 14:11:40 +0100 Subject: [PATCH] skip expected failure when running tests locally --- tests/integration/app_deploy.bats | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/integration/app_deploy.bats b/tests/integration/app_deploy.bats index 3700581f..285ff4da 100644 --- a/tests/integration/app_deploy.bats +++ b/tests/integration/app_deploy.bats @@ -273,6 +273,10 @@ teardown(){ } @test "ensure domain is checked" { + if [[ "$TEST_SERVER" == "default" ]]; then + skip "domain checks are disabled for local server" + fi + appDomain="custom-html.DOESNTEXIST" run $ABRA app new custom-html \