Skip to content

Commit

Permalink
updates tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 committed Apr 3, 2020
1 parent a0e6014 commit 79f0f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/api_integration/apis/uptime/rest/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function({ getService, loadTestFile }: FtrProviderContext) {
}
});

describe.only('with generated data', () => {
describe('with generated data', () => {
before('load heartbeat data', async () => await esArchiver.load('uptime/blank'));
after('unload', async () => await esArchiver.unload('uptime/blank'));

Expand Down

0 comments on commit 79f0f3a

Please sign in to comment.