Skip to content

Commit

Permalink
skip failing test suite (#181895)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Apr 26, 2024
1 parent 98d2ab2 commit 0de7467
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
const testSubjects = getService('testSubjects');
const elasticChart = getService('elasticChart');

describe('Gauge', function describeIndexTests() {
// Failing: See https://github.com/elastic/kibana/issues/181895
describe.skip('Gauge', function describeIndexTests() {
const isNewChartsLibraryEnabled = true;

before(async () => {
Expand Down

0 comments on commit 0de7467

Please sign in to comment.