Skip to content

Commit

Permalink
Unskip Get test suite.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed Jun 26, 2020
1 parent 927b32d commit 62923c3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ export default function ({ getService }: FtrProviderContext) {
};

describe('Data streams', function () {
// Unskip once ES snapshot has been promoted that updates the data stream response
describe.skip('Get', () => {
describe('Get', () => {
const testDataStreamName = 'test-data-stream';

before(async () => await createDataStream(testDataStreamName));
Expand Down

0 comments on commit 62923c3

Please sign in to comment.