Skip to content

Commit

Permalink
disablel qdrant tests (#1438)
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp authored Jun 3, 2024
1 parent 9f17a21 commit 6db85a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_destination_qdrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
run_loader:
name: dest | qdrant tests
needs: get_docs_changes
if: needs.get_docs_changes.outputs.changes_outside_docs == 'true'
# if: needs.get_docs_changes.outputs.changes_outside_docs == 'true'
if: false # TODO re-enable with above line
defaults:
run:
shell: bash
Expand Down

0 comments on commit 6db85a6

Please sign in to comment.