Re-enable tests on actions so I can debug them

This commit is contained in:
David Dworken 2023-02-28 19:26:13 -08:00
parent 881e4a24c4
commit 3d3260db37
No known key found for this signature in database

View File

@ -2018,9 +2018,6 @@ func captureTerminalOutputWithShellNameAndDimensions(t *testing.T, tester shellT
}
func testControlR(t *testing.T, tester shellTester, shellName string, onlineStatus OnlineStatus) {
if testutils.IsGithubAction() && runtime.GOOS == "darwin" {
t.Skip() // TODO: See the mysterious failure here: https://github.com/ddworken/hishtory/actions/runs/3390515329/jobs/5634750567
}
// Setup
defer testutils.BackupAndRestore(t)()
installWithOnlineStatus(t, tester, onlineStatus)