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!")
|
||||
`,
|
||||
skip: ["repl", "runrepl"],
|
||||
skip: ["repl", "runrepl", "scope"],
|
||||
},
|
||||
scss: {
|
||||
name: "SCSS",
|
||||
|
|
Loading…
Reference in New Issue