Skip to content

Commit

Permalink
remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliidm committed Aug 1, 2023
1 parent cb9c6e0 commit ca026c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default ({ getService }: FtrProviderContext) => {
const log = getService('log');
const retry = getService('retry');

describe.only('patch_list_items', () => {
describe('patch_list_items', () => {
describe('patch list items', () => {
beforeEach(async () => {
await createListsIndex(supertest, log);
Expand Down

0 comments on commit ca026c3

Please sign in to comment.