diff --git a/NOTICE.txt b/NOTICE.txt index 3e9e4daad..289bbcda3 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -1,4 +1,4 @@ -Copyright © 2024-2025 Apple Inc. and the Pkl project authors +Copyright © 2024-2026 Apple Inc. and the Pkl project authors Portions of this software were originally based on 'SnakeYAML' developed by Andrey Somov. diff --git a/pkl-server/src/test/kotlin/org/pkl/server/AbstractServerTest.kt b/pkl-server/src/test/kotlin/org/pkl/server/AbstractServerTest.kt index 3d69e7fc8..b4037f8c5 100644 --- a/pkl-server/src/test/kotlin/org/pkl/server/AbstractServerTest.kt +++ b/pkl-server/src/test/kotlin/org/pkl/server/AbstractServerTest.kt @@ -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