From f82e0160670ac0ec47a590e39c19c1dc1fe3117b Mon Sep 17 00:00:00 2001 From: austinpower1258 Date: Mon, 30 Mar 2026 22:44:28 -0700 Subject: [PATCH] Revert "Skip flaky socket security tests that time out on CI runners" This reverts commit ca45a99c1155a6ca3ebe80ae235136a031af9a47. --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e32ce3f..5b7063f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -175,9 +175,6 @@ jobs: -disableAutomaticPackageResolution \ -destination "platform=macOS" \ -skip-testing:cmuxTests/AppDelegateShortcutRoutingTests/testCmdWClosesWindowWhenClosingLastSurfaceInLastWorkspace \ - -skip-testing:cmuxTests/TerminalControllerSocketSecurityTests/testSocketPermissionsFollowAccessMode \ - -skip-testing:cmuxTests/TerminalControllerSocketSecurityTests/testPasswordModeRejectsUnauthenticatedCommands \ - -skip-testing:cmuxTests/TerminalControllerSocketSecurityTests/testReportTmuxStateResolvesPanelByTTY \ test 2>&1 }