Skip to content

Commit f69bde7

Browse files
committed
disabled test that relies on not-yet released support api
1 parent 02cb159 commit f69bde7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/test_suite.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@ assert 'echo "foo${NL}bar" | kscript "stdin.print()"' $'foo\nbar'
102102
#echo "$'foo\nbar' | kscript 'stdin.print()'
103103

104104
assert 'echo "foo${NL}bar" | kscript "stdin.print()"' $'foo\nbar'
105-
assert_statement 'echo "foo${NL}bar" | kscript "stdin.split().select(1, 2, -3)"' "" "[ERROR] Can not mix positive and negative selections" 1
105+
106+
## todo renable once support v1.3 is live on jcenter
107+
#assert_statement 'echo "foo${NL}bar" | kscript "stdin.split().select(1, 2, -3)"' "" "[ERROR] Can not mix positive and negative selections" 1
106108

107109

108110

0 commit comments

Comments
 (0)