Skip to content

Commit

Permalink
[ML] Disable failing functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pheyos committed Mar 6, 2020
1 parent 060b9fb commit 708d92a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ export default function({ getService }: FtrProviderContext) {
},
];

describe('job on data set with date_nanos time field', function() {
// test failures, see #59419
describe.skip('job on data set with date_nanos time field', function() {
this.tags(['smoke', 'mlqa']);
before(async () => {
await esArchiver.load('ml/event_rate_nanos');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,8 @@ export default function({ getService }: FtrProviderContext) {
},
];

describe('saved search', function() {
// test failures, see #59354
describe.skip('saved search', function() {
this.tags(['smoke', 'mlqa']);
before(async () => {
await esArchiver.load('ml/farequote');
Expand Down

0 comments on commit 708d92a

Please sign in to comment.