Skip to content

Commit

Permalink
Remove .only call
Browse files Browse the repository at this point in the history
  • Loading branch information
davismcphee committed Aug 28, 2023
1 parent c759d65 commit fc35cc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function ({ getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const svlCommonApi = getService('svlCommonApi');

describe.only('main', () => {
describe('main', () => {
const basicIndex = 'ba*ic_index';
let indexPattern: any;

Expand Down

0 comments on commit fc35cc8

Please sign in to comment.