Remove flaky test case
This commit is contained in:
@ -320,9 +320,7 @@ func TestApiClient_MonitorEvaluationWithFailingEvent(t *testing.T) {
|
|||||||
name string
|
name string
|
||||||
}{
|
}{
|
||||||
{[]*nomadApi.Events{&events}, 1, evalErr,
|
{[]*nomadApi.Events{&events}, 1, evalErr,
|
||||||
"it completes with failing event"},
|
"it fails with failing event"},
|
||||||
{[]*nomadApi.Events{&events, &events}, 1, evalErr,
|
|
||||||
"it does not fail after first failing event"},
|
|
||||||
{[]*nomadApi.Events{{}, &events}, 2, evalErr,
|
{[]*nomadApi.Events{{}, &events}, 2, evalErr,
|
||||||
"it skips heartbeat and fail"},
|
"it skips heartbeat and fail"},
|
||||||
{[]*nomadApi.Events{&pendingEvaluationEvents, &events}, 2, evalErr,
|
{[]*nomadApi.Events{&pendingEvaluationEvents, &events}, 2, evalErr,
|
||||||
|
Reference in New Issue
Block a user