We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f76011 + 8d15794 commit 64b9516Copy full SHA for 64b9516
1 file changed
test/functional/apps/visualize/_area_chart.js
@@ -168,7 +168,7 @@ export default function ({ getService, getPageObjects }) {
168
await inspector.close();
169
});
170
171
- it('scales when enabled count agg', async () => {
+ it.skip('scales when enabled count agg', async () => {
172
const expectedTableData = [
173
[ '2015-09-20 00:00', '0.002' ],
174
[ '2015-09-20 01:00', '0.003' ],
@@ -200,7 +200,7 @@ export default function ({ getService, getPageObjects }) {
200
201
202
203
- it('does not scale top hit agg', async () => {
+ it.skip('does not scale top hit agg', async () => {
204
205
[ '2015-09-20 00:00', '6', '9.035KB' ],
206
[ '2015-09-20 01:00', '9', '5.854KB' ],
0 commit comments