From b0a6d453702f9b2334687314f161493a13cdd352 Mon Sep 17 00:00:00 2001 From: Sarath M S Date: Wed, 20 Oct 2021 20:17:59 -0400 Subject: [PATCH] Disable part of a E2E test Because http_invalid_request_headers test runs for 0.12s --- test/runtest-individual.e2e.js | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/test/runtest-individual.e2e.js b/test/runtest-individual.e2e.js index 106bb478..10e62d76 100644 --- a/test/runtest-individual.e2e.js +++ b/test/runtest-individual.e2e.js @@ -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 () =>