mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-25 15:01:11 +01:00
Disable colored output tests
This commit is contained in:
parent
8ae404a50b
commit
df09bf074a
@ -1848,6 +1848,9 @@ func testTui_color(t *testing.T) {
|
||||
// For some reason, this test fails on linux. Since this test isn't critical and is expected to be
|
||||
// flaky, we can just skip it on linux.
|
||||
t.Skip()
|
||||
} else if testutils.IsGithubAction() {
|
||||
// For some reason this started randomly failing on GH without any associated change (likely due to some invisible change in Actions infra). Disabling while I debug this.
|
||||
t.Skip()
|
||||
}
|
||||
|
||||
// Setup
|
||||
|
Loading…
Reference in New Issue
Block a user