Unverified Commit 0941abe8 authored by Gary Qian's avatar Gary Qian Committed by GitHub

Disable flaky LineMetrics test (#49364)

parent 52c665d2
......@@ -801,5 +801,10 @@ void main() {
expect(lines[1].lineNumber, 1);
expect(lines[2].lineNumber, 2);
expect(lines[3].lineNumber, 3);
}, skip: !isLinux);
// Disable this test, this is causing a large amount of flaking and
// does not have a clear cause. This may or may not be a dart compiler
// issue or similar. See https://github.com/flutter/flutter/issues/43763
// for more info.
}, skip: true);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment