From 674491ac5d8e9c9429e2f30047acdb536ff45106 Mon Sep 17 00:00:00 2001 From: Alex Kamaev Date: Mon, 4 Sep 2023 13:43:21 +0400 Subject: [PATCH] lint --- test/functional/fixtures/regression/gh-7977/test.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/functional/fixtures/regression/gh-7977/test.js b/test/functional/fixtures/regression/gh-7977/test.js index bc1bccb2e80..e379476880b 100644 --- a/test/functional/fixtures/regression/gh-7977/test.js +++ b/test/functional/fixtures/regression/gh-7977/test.js @@ -8,7 +8,8 @@ const EXPECTED_REQUEST_COUNT = 300; let testcafe = null; -/*eslint-disable no-console */ +/*eslint-disable no-only-tests/no-only-tests + */ describe.only('[Regression](GH-7977)', function () { onlyInNativeAutomation('Should log all concurrent requests', function () { return createTestCafe('127.0.0.1', 1335, 1336)