Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/docker_setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
shell: bash
if: ${{ contains(inputs.test_name, 'Stateless') }}
env:
ipv6_subnet: 2001:3984:3989::/64
ipv6_subnet: 2001:db8:1::/64
run: |
# make sure docker uses proper IPv6 config
sudo touch /etc/docker/daemon.json
Expand Down
4 changes: 0 additions & 4 deletions tests/broken_tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@
"02354_vector_search_expansion_search": {
"reason": "INVESTIGATE - Timeout on TSAN. Unstable?"
},
"03441_deltalake_clickhouse_public_datasets": {
"reason": "INVESTIGATE - S3 sometimes unreachable",
"message": "Error interacting with object store: Generic S3 error: Error performing GET"
},
"03443_shared_storage_snapshots": {
"reason": "INVESTIGATE - Unstable?"
},
Expand Down
Loading