Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading