summaryrefslogtreecommitdiffstats
path: root/sql/src/test/java/tests/SQLite/FunctionContextTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'sql/src/test/java/tests/SQLite/FunctionContextTest.java')
-rw-r--r--sql/src/test/java/tests/SQLite/FunctionContextTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/src/test/java/tests/SQLite/FunctionContextTest.java b/sql/src/test/java/tests/SQLite/FunctionContextTest.java
index 249af54..ef76307 100644
--- a/sql/src/test/java/tests/SQLite/FunctionContextTest.java
+++ b/sql/src/test/java/tests/SQLite/FunctionContextTest.java
@@ -213,7 +213,7 @@ public class FunctionContextTest extends SQLiteTest {
method = "set_result_zeroblob",
args = {int.class}
)
- @AndroidOnly("ZeroBlob not supported")
+ @KnownFailure("ZeroBlob not supported")
public void testSet_result_zeroblob() throws Exception,
UnsupportedEncodingException {
Stmt st = null;