GoogleCloudPlatform/nodejs-getting-started

background: should now contain 'how are you' failed

flaky-bot opened this issue · 2 comments

Note: #425 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.


commit: 2028088
buildURL: Build Status, Sponge
status: failed

Test output
The expression evaluated to a falsy value:

assert.ok(res.includes('how are you'))

  + expected - actual

  -false
  +true

AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:

assert.ok(res.includes('how are you'))

at Context.it (test/app.test.js:93:12)
at process._tickCallback (internal/process/next_tick.js:68:7)</pre></details>

Looks like this issue is flaky. 😟

I'm going to leave this open and stop commenting.

A human should fix and close this.


When run at the same commit (2028088), this test passed in one build (Build Status, Sponge) and failed in another build (Build Status, Sponge).

Fixed via #445