From e854c8304fbfb38ead24e1345a4b8b71c6c7e42e Mon Sep 17 00:00:00 2001 From: David Dworken Date: Wed, 13 Apr 2022 21:34:18 -0700 Subject: [PATCH] TestUpdate running in github actions --- client/client_test.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/client/client_test.go b/client/client_test.go index 4863878..f1bf3ea 100644 --- a/client/client_test.go +++ b/client/client_test.go @@ -430,12 +430,6 @@ func TestAdvancedQuery(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 defer shared.BackupAndRestore(t)() defer shared.RunTestServer(t)()