Skip to content

Commit 85323e5

Browse files
committed
remove test exclusion
1 parent 3cbd68f commit 85323e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/functional/apps/dashboard/dashboard_filter_bar.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ export default function ({ getService, getPageObjects }) {
3030
const browser = getService('browser');
3131
const PageObjects = getPageObjects(['common', 'dashboard', 'header', 'visualize', 'timePicker']);
3232

33-
// eslint-disable-next-line mocha/no-exclusive-tests
34-
describe.only('dashboard filter bar', () => {
33+
describe('dashboard filter bar', () => {
3534
before(async () => {
3635
await esArchiver.load('dashboard/current/kibana');
3736
await kibanaServer.uiSettings.replace({

0 commit comments

Comments
 (0)