mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-20 11:57:50 +02:00
Disable colored output tests
This commit is contained in:
parent
2032580d9d
commit
5344b448c4
@ -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
|
// 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.
|
// flaky, we can just skip it on linux.
|
||||||
t.Skip()
|
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
|
// Setup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user