Skip to content

Commit

Permalink
feat: dont test for edge on arm
Browse files Browse the repository at this point in the history
  • Loading branch information
kukkok3 committed Apr 16, 2024
1 parent edde4c5 commit ec70693
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion catalyst_voices/test_driver/Earthfile
Expand Up @@ -2,6 +2,7 @@ VERSION --try --global-cache --arg-scope-and-set 0.7

integration-test-web:
FROM ../+build
ARG TARGETARCH
ARG browser
LET driver_port = 4444

Expand All @@ -15,7 +16,7 @@ integration-test-web:
# Commenting out Edge tests as they are failing due to:
# https://github.com/flutter/flutter/issues/76213
# https://github.com/flutter/flutter/issues/142021
#IF [ $browser = "edge" ]
#IF [ $browser = "edge" && $TARGETARCH = "amd64" ]]
# LET driver = "msedgedriver"
#END
RUN ($driver --port=$driver_port > $driver.log &) && \
Expand Down

0 comments on commit ec70693

Please sign in to comment.