Skip to content

Commit

Permalink
[uptime] unskip previously skipped functional tests (elastic#90702)
Browse files Browse the repository at this point in the history
* fixes elastic#74449

* unskipping uptime -functional test

* unskipping location.ts script
  • Loading branch information
rashmivkulkarni committed Feb 9, 2021
1 parent 99299e0 commit dac0112
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions x-pack/test/functional/apps/uptime/locations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
await makeChecksWithStatus(es, LessAvailMonitor, 5, 2, 10000, {}, 'down');
};

// FLAKY: https://github.com/elastic/kibana/issues/85208
describe.skip('Observer location', () => {
describe('Observer location', () => {
const start = '~ 15 minutes ago';
const end = 'now';

Expand Down
3 changes: 1 addition & 2 deletions x-pack/test/functional/apps/uptime/ping_redirects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {

const monitor = () => uptime.monitor;

// FLAKY: https://github.com/elastic/kibana/issues/84992
describe.skip('Ping redirects', () => {
describe('Ping redirects', () => {
const start = '~ 15 minutes ago';
const end = 'now';

Expand Down

0 comments on commit dac0112

Please sign in to comment.