Skip to content

Commit dab86c8

Browse files
authored
chore: enable 8.1.0-SNAPSHOT (#440)
1 parent 9e6b9e2 commit dab86c8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

__tests__/e2e/scripts/test_versions.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,5 @@ SYNTHETICS_E2E_ARGS="${@:2}"
77

88
while IFS= read -r line
99
do
10-
if [[ "$line" != *"DISABLED"* ]]; then
11-
sh ./scripts/setup_integration.sh $line && sh ./scripts/$1_integration.sh $line $SYNTHETICS_E2E_ARGS
12-
fi
10+
sh ./scripts/setup_integration.sh $line && sh ./scripts/$1_integration.sh $line $SYNTHETICS_E2E_ARGS
1311
done < "$input"

__tests__/e2e/versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
7.16.0
33
7.16.1
44
8.0.0-SNAPSHOT
5-
DISABLED -> 8.1.0-SNAPSHOT # enable it again in https://github.com/elastic/synthetics/issues/432
5+
8.1.0-SNAPSHOT

0 commit comments

Comments
 (0)