mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-27 07:22:29 +02:00
Remove the last bit of GITHUB_ACTION dependent code
This commit is contained in:
parent
3bfe88d73e
commit
af0d20952f
@ -851,10 +851,6 @@ func testHishtoryBackgroundSaving(t *testing.T, tester shellTester) {
|
|||||||
if runtime.GOOS == "darwin" && runtime.GOARCH == "arm64" {
|
if runtime.GOOS == "darwin" && runtime.GOARCH == "arm64" {
|
||||||
t.Skip("skip testing background saving since it is too flakey on M1")
|
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
|
// Setup
|
||||||
defer shared.BackupAndRestore(t)()
|
defer shared.BackupAndRestore(t)()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user