Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKamaev committed Sep 4, 2023
1 parent 674491a commit cb370cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/fixtures/regression/gh-7977/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 => {
Expand Down

0 comments on commit cb370cd

Please sign in to comment.