Skip to content

Commit

Permalink
fix(discover-log-explorer): remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Antonio Ghiani committed Aug 10, 2023
1 parent 1a8bfff commit e83756a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import { FtrProviderContext } from '../../../ftr_provider_context';

export default function (loadTestFile: FtrProviderContext['loadTestFile']) {
describe.only('Discover Log-Explorer profile', function () {
describe('Discover Log-Explorer profile', function () {
loadTestFile(require.resolve('./columns_selection'));
loadTestFile(require.resolve('./customization'));
loadTestFile(require.resolve('./dataset_selection_state'));
Expand Down

0 comments on commit e83756a

Please sign in to comment.