Skip to content

Commit dea0741

Browse files
committed
Skip frameworks test for now so that it doesn't run indefinitely
1 parent 6a33688 commit dea0741

File tree

1 file changed

+3
-0
lines changed
  • scripts/webframeworks-deploy-tests

1 file changed

+3
-0
lines changed

scripts/webframeworks-deploy-tests/run.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/bin/bash
22
set -e # Immediately exit on failure
33

4+
echo "Skipping test because it is running indefinitely"
5+
exit 1
6+
47
# Globally link the CLI for the testing framework
58
./scripts/clean-install.sh
69

0 commit comments

Comments
 (0)