From 1d5ea1e4837b9e342b7e2ec7e81ae62d6b85adc5 Mon Sep 17 00:00:00 2001 From: Jan N Rose Date: Mon, 24 Aug 2026 11:07:51 +0200 Subject: [PATCH] acc: Remove superfluous vector search test.toml Not needed because parent's `CloudSlow = true` flipped `Cloud` to `true`. Follow-up will stop that behaviour (CloudSlow should only affect `Cloud = true`). However, this test _should_ actually be `Cloud = true` so this config can be removed. --- .../vector_search_indexes/schema_normalization/test.toml | 1 - 1 file changed, 1 deletion(-) delete mode 100644 acceptance/bundle/resources/vector_search_indexes/schema_normalization/test.toml diff --git a/acceptance/bundle/resources/vector_search_indexes/schema_normalization/test.toml b/acceptance/bundle/resources/vector_search_indexes/schema_normalization/test.toml deleted file mode 100644 index 18b1a88417e..00000000000 --- a/acceptance/bundle/resources/vector_search_indexes/schema_normalization/test.toml +++ /dev/null @@ -1 +0,0 @@ -Cloud = false