From 07a5f495a06b76eb26e215bae729bc500fcc71f5 Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Fri, 8 Aug 2025 11:22:57 -0500 Subject: [PATCH] Skip integration test for watcher API (#2960) (cherry picked from commit 09492ff2aa37f91392bb20a52ade7f08a2937f11) --- test/integration/test-builder.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/integration/test-builder.js b/test/integration/test-builder.js index 64ce97dd2..88c8b39b8 100644 --- a/test/integration/test-builder.js +++ b/test/integration/test-builder.js @@ -76,6 +76,8 @@ const stackSkips = [ 'text_structure/10_basic.yml', // test definition bug: illegal_argument_exception 'transform/10_basic.yml', + // attempts to retrieve index.routing.allocation.include, which does not exist + 'watcher/10_basic.yml' ] const serverlessSkips = [