From cb370cd388e1d9a37172d6e5f1081f7b3aa3d4ab Mon Sep 17 00:00:00 2001 From: Alex Kamaev Date: Mon, 4 Sep 2023 13:52:27 +0400 Subject: [PATCH] fix --- test/functional/fixtures/regression/gh-7977/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/fixtures/regression/gh-7977/test.js b/test/functional/fixtures/regression/gh-7977/test.js index e379476880b..c7d5ed51e3f 100644 --- a/test/functional/fixtures/regression/gh-7977/test.js +++ b/test/functional/fixtures/regression/gh-7977/test.js @@ -10,7 +10,7 @@ let testcafe = null; /*eslint-disable no-only-tests/no-only-tests */ -describe.only('[Regression](GH-7977)', function () { +describe('[Regression](GH-7977)', function () { onlyInNativeAutomation('Should log all concurrent requests', function () { return createTestCafe('127.0.0.1', 1335, 1336) .then(tc => {