Skip to content

Commit

Permalink
tests: disable UI tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Oct 11, 2023
1 parent bf8dec9 commit a562397
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ jobs:
- name: Test
run: |
RUST_LOG=tantivy=off,info cargo xtask test --ui --webdriver none --nocapture
#RUST_LOG=tantivy=off,info cargo xtask test --ui --webdriver none --nocapture
RUST_LOG=tantivy=off,info cargo xtask test --nocapture
docker-compose ${files} ps
- name: Print logs
Expand Down

0 comments on commit a562397

Please sign in to comment.