Skip to content

Commit 186b8ff

Browse files
authored
Reenable E2E tests on Linux. (dapr#5253)
Signed-off-by: Artur Souza <[email protected]> Signed-off-by: Artur Souza <[email protected]>
1 parent cee2589 commit 186b8ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-infra/skip_azure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
# Allows skipping some E2E test runs on Azure based on OS and arch.
1717
# This is useful when we are still working to stabilize some targets.
1818
# This script allows the stabilization to take place prior to merging into master.
19-
if [ -n "$GITHUB_ENV" ] && [ "$TARGET_OS" = "linux" ] && [ "$TARGET_ARCH" != "arm" ]; then
19+
if [ -n "$GITHUB_ENV" ] && [ "$TARGET_OS" = "linux" ] && [ "$TARGET_ARCH" = "arm64" ]; then
2020
echo "SKIP_E2E=true" >> $GITHUB_ENV
2121
fi

0 commit comments

Comments
 (0)