Commit ac5e44c
authored
Make scripting debug test skippable (valkey-io#3368)
I'm developing a module to provide luajit as lua execution engine.
See valkey-io#1229 for details.
Unfortunately said module doesn't support debugging yet. So in order to
test it with valkey tests scripting debug tests need to be skipped. This
patch makes an anonymous test skippable by name.
Signed-off-by: secwall <secwall@yandex-team.ru>1 parent ed9016a commit ac5e44c
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1658 | 1658 | | |
1659 | 1659 | | |
1660 | 1660 | | |
1661 | | - | |
1662 | | - | |
1663 | | - | |
| 1661 | + | |
| 1662 | + | |
| 1663 | + | |
| 1664 | + | |
| 1665 | + | |
1664 | 1666 | | |
1665 | 1667 | | |
1666 | 1668 | | |
| |||
0 commit comments