From 7d924409fb58fdd2529e1b5a79253b2d52fc06b5 Mon Sep 17 00:00:00 2001 From: David Dworken Date: Sun, 30 Oct 2022 16:33:09 -0700 Subject: [PATCH] Try re-enabling a test on github actions to see if it still fails --- client/client_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/client_test.go b/client/client_test.go index e6ce7f6..b1cb6f7 100644 --- a/client/client_test.go +++ b/client/client_test.go @@ -1837,9 +1837,9 @@ func captureTerminalOutputWithShellName(t *testing.T, tester shellTester, overri } func testControlR(t *testing.T, tester shellTester, shellName string) { - if os.Getenv("GITHUB_ACTION") != "" && runtime.GOOS == "darwin" && shellName == "bash" { - t.Skip() // TODO: further debug this. example failure: https://github.com/ddworken/hishtory/actions/runs/3309097201/jobs/5461940137 - } + // if os.Getenv("GITHUB_ACTION") != "" && runtime.GOOS == "darwin" && shellName == "bash" { + // t.Skip() // TODO: further debug this. example failure: https://github.com/ddworken/hishtory/actions/runs/3309097201/jobs/5461940137 + // } // Setup defer testutils.BackupAndRestore(t)()