Skip scope test for Scilab

This commit is contained in:
Radon Rosborough 2020-09-26 19:29:56 -07:00
parent 277e5bfda8
commit 82a61e69c2
1 changed files with 1 additions and 1 deletions

View File

@ -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",