From aa161884aa9912e3c0b55a05a5ce0434114dad02 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Tue, 2 Sep 2025 13:02:07 -0500 Subject: [PATCH] Run the `uv-keyring` tests serially (#15629) --- .config/nextest.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/nextest.toml b/.config/nextest.toml index 5692d4073..f60a0101b 100644 --- a/.config/nextest.toml +++ b/.config/nextest.toml @@ -9,3 +9,7 @@ serial = { max-threads = 1 } [[profile.default.overrides]] filter = 'test(native_auth)' test-group = 'serial' + +[[profile.default.overrides]] +filter = 'package(uv-keyring)' +test-group = 'serial'