test: remove patch e2e grep causing timeouts

This commit is contained in:
Bryan Oltman
2024-04-29 17:52:14 -04:00
parent 64efe9c7bc
commit 5bdfcbfd93
+1 -1
View File
@@ -76,7 +76,7 @@ while IFS= read line; do
echo "✅ 'hello shorebird' was printed"
break
fi
done < <(adb logcat -T '10.0' | grep flutter)
done < <(adb logcat -T '10.0')
echo "✅ All tests passed!"
exit 0