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 => {