From e03ab8f490059de48cc44aa536957c4911f39b1f Mon Sep 17 00:00:00 2001 From: psweeting Date: Mon, 11 Nov 2024 09:45:37 +0000 Subject: [PATCH] EL-1825 Removing circleci pull for FALA and updated wrapper.sh to not use FALA tags --- behave/wrapper.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/behave/wrapper.sh b/behave/wrapper.sh index 013d58b9..4d459bd4 100755 --- a/behave/wrapper.sh +++ b/behave/wrapper.sh @@ -5,14 +5,7 @@ export A11Y=${A11Y_ENABLED:-false} echo "A11Y is $A11Y" -TAGS="" -# Run only FALA tagged tests -if [ "$FALA_TESTS_ONLY" = "true" ] -then - TAGS="--tags=@fala" -fi -echo "TAGS is $TAGS" -exec behave "-D a11y=$A11Y" $TAGS +exec behave "-D a11y=$A11Y" # Clean up downloads rm -rf data/downloads/*