[7.5] Skips failing Area Chart axis scaling test

https://github.com/elastic/kibana/issues/50290

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
Tyler Smalley 2019-11-12 15:17:21 -08:00
parent 822a957be8
commit b0941dff6a

View file

@ -136,7 +136,7 @@ export default function ({ getService, getPageObjects }) {
});
describe('axis scaling', () => {
it('does not scale by default', async () => {
it.skip('does not scale by default', async () => {
const expectedTableData = [
[ '2015-09-20 00:00', '6' ],
[ '2015-09-20 01:00', '9' ],