Skip to content

Commit c2d1792

Browse files
committed
skip flaky test
1 parent 3684a88 commit c2d1792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/specs/context2d.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
describe("Context2D: standard tests", () => {
77
beforeAll(loadGlobals);
88
if (typeof isNode === "undefined" || !isNode) {
9-
it("bar_graph_with_text_and_lines - direct svg", async () => {
9+
xit("bar_graph_with_text_and_lines - direct svg", async () => {
1010
const svg = loadBinaryResource(
1111
"reference/bar_graph_with_text_and_lines.svg"
1212
);

0 commit comments

Comments
 (0)