Skip to content

Commit

Permalink
[7.5] Skips failing Area Chart axis scaling test
Browse files Browse the repository at this point in the history
elastic#50290

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
  • Loading branch information
Tyler Smalley committed Nov 12, 2019
1 parent 822a957 commit b0941df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/apps/visualize/_area_chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' ],
Expand Down

0 comments on commit b0941df

Please sign in to comment.