Skip to content

Commit

Permalink
chore(cli): disable regression tests for now (aws#7229)
Browse files Browse the repository at this point in the history
  • Loading branch information
iliapolo authored Apr 7, 2020
1 parent 060d455 commit 9766ad6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
set -euo pipefail
integdir=$(cd $(dirname $0) && pwd)

echo "Regression tests are currently disabled. We will re-enable after investigation"
exit 0

temp_dir=$(mktemp -d)

function cleanup {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
set -euo pipefail
integdir=$(cd $(dirname $0) && pwd)

echo "Regression tests are currently disabled. We will re-enable after investigation"
exit 0

# run the regular regression test but pass the env variable that will
# eventually instruct our runners and wrappers to install the framework
# from npmjs.org rather then using the local code.
Expand Down

0 comments on commit 9766ad6

Please sign in to comment.