We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e6b9e2 commit dab86c8Copy full SHA for dab86c8
__tests__/e2e/scripts/test_versions.sh
@@ -7,7 +7,5 @@ SYNTHETICS_E2E_ARGS="${@:2}"
7
8
while IFS= read -r line
9
do
10
- if [[ "$line" != *"DISABLED"* ]]; then
11
- sh ./scripts/setup_integration.sh $line && sh ./scripts/$1_integration.sh $line $SYNTHETICS_E2E_ARGS
12
- fi
+ sh ./scripts/setup_integration.sh $line && sh ./scripts/$1_integration.sh $line $SYNTHETICS_E2E_ARGS
13
done < "$input"
__tests__/e2e/versions
@@ -2,4 +2,4 @@
2
7.16.0
3
7.16.1
4
8.0.0-SNAPSHOT
5
-DISABLED -> 8.1.0-SNAPSHOT # enable it again in https://github.com/elastic/synthetics/issues/432
+8.1.0-SNAPSHOT
0 commit comments