Disable flaky test (#1497)

Disabling for now due to #1493
This commit is contained in:
Daniel Chao
2026-04-06 11:39:00 -07:00
committed by GitHub
parent 0835c6da82
commit 9868c11e5a

View File

@@ -857,6 +857,8 @@ abstract class AbstractServerTest {
* Only meaningful with `USE_DIRECT_TRANSPORT = false` (the default).
*/
@Test
@Disabled
// TODO re-enable this; disabled due to flakiness (see https://github.com/apple/pkl/issues/1493)
fun `concurrent encoding -- multiple evaluators with module reads`() {
if (USE_DIRECT_TRANSPORT) return