mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-22 04:51:24 +02:00
TestUpdate running in github actions
This commit is contained in:
parent
e2b5fd13bf
commit
e854c8304f
@ -430,12 +430,6 @@ func TestAdvancedQuery(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestUpdate(t *testing.T) {
|
func TestUpdate(t *testing.T) {
|
||||||
if os.Getenv("GITHUB_ACTIONS") != "" {
|
|
||||||
// TODO: debug why these tests fail on github actions, the error message is:
|
|
||||||
// `bash: cannot set terminal process group (683): Inappropriate ioctl for device\nbash: no job control in this shell`
|
|
||||||
t.Skip()
|
|
||||||
}
|
|
||||||
|
|
||||||
// Set up
|
// Set up
|
||||||
defer shared.BackupAndRestore(t)()
|
defer shared.BackupAndRestore(t)()
|
||||||
defer shared.RunTestServer(t)()
|
defer shared.RunTestServer(t)()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user