We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3684a88 commit c2d1792Copy full SHA for c2d1792
test/specs/context2d.spec.js
@@ -6,7 +6,7 @@
6
describe("Context2D: standard tests", () => {
7
beforeAll(loadGlobals);
8
if (typeof isNode === "undefined" || !isNode) {
9
- it("bar_graph_with_text_and_lines - direct svg", async () => {
+ xit("bar_graph_with_text_and_lines - direct svg", async () => {
10
const svg = loadBinaryResource(
11
"reference/bar_graph_with_text_and_lines.svg"
12
);
0 commit comments