Skip to content

Commit

Permalink
[unified-server] Remove tests from global test run
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
timswanson-google committed Jan 28, 2025
1 parent 0cfaa2e commit 8cdef03
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 8cdef03

Please sign in to comment.