Skip to content

Commit

Permalink
Disable part of a E2E test
Browse files Browse the repository at this point in the history
Because http_invalid_request_headers test runs for 0.12s
  • Loading branch information
sarathms committed Oct 21, 2021
1 parent 37f3b3d commit b0a6d45
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions test/runtest-individual.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -517,13 +517,15 @@ describe('Middleboxes test', () => {
300000
)

await app.client.waitUntilTextExists(
'div[data-testid=text-running-test-name]',
'HTTP Header Field Manipulation Test',
300000
)

await screenshotApp(app, 'runtest-running-circumvention')
// Disabled because the test runs for a short period and
// fails the test
// await app.client.waitUntilTextExists(
// 'div[data-testid=text-running-test-name]',
// 'HTTP Header Field Manipulation Test',
// 300000
// )

await screenshotApp(app, 'runtest-running-middlebox')

await app.client.waitUntil(
async () =>
Expand Down

0 comments on commit b0a6d45

Please sign in to comment.