mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-25 22:42:04 +02: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) {
|
func testControlR(t *testing.T, tester shellTester, shellName string) {
|
||||||
if os.Getenv("GITHUB_ACTION") != "" && runtime.GOOS == "darwin" && shellName == "bash" {
|
// 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
|
// t.Skip() // TODO: further debug this. example failure: https://github.com/ddworken/hishtory/actions/runs/3309097201/jobs/5461940137
|
||||||
}
|
// }
|
||||||
|
|
||||||
// Setup
|
// Setup
|
||||||
defer testutils.BackupAndRestore(t)()
|
defer testutils.BackupAndRestore(t)()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user