Skip to content

Commit 98966d6

Browse files
committed
ci: for now disable e2e test run in CI: TODO after advancing e2e setup for non-dev builds
1 parent 4e4e9c5 commit 98966d6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ci/test/ui-tests.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@ set -e
2525
# rm -rf /dev/shm/codetracer
2626

2727
echo "========================"
28-
echo "RUNNING ui e2e tests"
28+
# echo "RUNNING ui e2e tests"
2929

30-
nix-shell --command "xvfb-run just test-e2e"
30+
# TODO nix-shell --command "xvfb-run just test-e2e"
31+
32+
echo TODO
3133

3234
echo "========================"
3335

0 commit comments

Comments
 (0)