Skip to content

Commit

Permalink
EL-1825 Removing circleci pull for FALA and updated wrapper.sh to not…
Browse files Browse the repository at this point in the history
… use FALA tags
  • Loading branch information
psweeting1 committed Nov 11, 2024
1 parent e0b26f9 commit e03ab8f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions behave/wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/*

0 comments on commit e03ab8f

Please sign in to comment.