From 8cdef0348119b768d2aa6a29ba654e7c61a63eb0 Mon Sep 17 00:00:00 2001 From: Tim Swanson Date: Tue, 28 Jan 2025 15:28:28 -0700 Subject: [PATCH] [unified-server] Remove tests from global test run This works around the error seen in #4249 by removing the tests from the CI run. This is acceptable for now because the current unified server tests are just dummies that "assert true" to verify that they are run. We should add these tests back to the global run when #4249 is fixed. --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 1e4cddffeb3..4e593a36012 100644 --- a/package.json +++ b/package.json @@ -79,8 +79,7 @@ "./packages/palm-kit:test", "./packages/python-wasm:test", "./packages/schema:test", - "./packages/template-kit:test", - "./packages/unified-server:test" + "./packages/template-kit:test" ] }, "lint": {