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 dc67923 commit 5a6b16eCopy full SHA for 5a6b16e
tool/test.sh
@@ -42,7 +42,7 @@ DEVICE_IDS=$(flutter devices --machine | grep '"sdk"')
42
for DEVICE in linux android; do
43
if echo "$DEVICE_IDS" | grep -i "$DEVICE" > /dev/null; then
44
section "Running integration tests on $DEVICE"
45
- flutter test integration_test/webcrypto_test.dart -d "$DEVICE"
+ xvfb-run flutter test integration_test/webcrypto_test.dart -d "$DEVICE"
46
else
47
section "Skipping integration tests on $DEVICE (missing device)"
48
fi
0 commit comments