Skip to content

Commit

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

0 comments on commit 674491a

Please sign in to comment.