mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-22 13:31:11 +01:00
Skip flaky test in github actions
This commit is contained in:
parent
64d4c211b4
commit
0a31e8a787
@ -800,6 +800,10 @@ func testHishtoryBackgroundSaving(t *testing.T, tester shellTester) {
|
||||
if runtime.GOOS == "darwin" && runtime.GOARCH == "arm64" {
|
||||
t.Skip("skip testing background saving since it is too flakey on M1")
|
||||
}
|
||||
if os.Getenv("GITHUB_ACTION") != "" {
|
||||
t.Skip("skip testing background saving since it is somewhat flakey on github actions")
|
||||
}
|
||||
// TODO: ^
|
||||
|
||||
// Setup
|
||||
defer shared.BackupAndRestore(t)()
|
||||
|
Loading…
Reference in New Issue
Block a user