mirror of
https://github.com/ddworken/hishtory.git
synced 2025-03-16 08:18:16 +01:00
Try re-enabling a test on github actions to see if it still fails
This commit is contained in:
parent
6ad60f4e58
commit
7d924409fb
@ -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)()
|
||||
|
Loading…
Reference in New Issue
Block a user