test(task/scheduler): skip flakey parallel tests (#13516)

pull/13522/head
Delmer 2019-04-19 16:40:28 -04:00 committed by GitHub
parent 956d1fd59b
commit 429baf5ca7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ import (
)
func TestScheduler_Cancelation(t *testing.T) {
t.Skip("https://github.com/influxdata/influxdb/issues/13358")
t.Parallel()
tcs := mock.NewTaskControlService()
@ -689,6 +690,7 @@ func TestScheduler_RunStatus(t *testing.T) {
}
func TestScheduler_RunFailureCleanup(t *testing.T) {
t.Skip("https://github.com/influxdata/influxdb/issues/13358")
t.Parallel()
tcs := mock.NewTaskControlService()