Skip scope test for Scilab
This commit is contained in:
parent
277e5bfda8
commit
82a61e69c2
|
@ -2230,7 +2230,7 @@ binding_irb.run(IRB.conf)
|
||||||
},
|
},
|
||||||
template: `disp("Hello, world!")
|
template: `disp("Hello, world!")
|
||||||
`,
|
`,
|
||||||
skip: ["repl", "runrepl"],
|
skip: ["repl", "runrepl", "scope"],
|
||||||
},
|
},
|
||||||
scss: {
|
scss: {
|
||||||
name: "SCSS",
|
name: "SCSS",
|
||||||
|
|
Loading…
Reference in New Issue