]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
disable integer64 tests
authorAlan T. DeKok <aland@freeradius.org>
Fri, 3 Dec 2021 16:59:59 +0000 (11:59 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 3 Dec 2021 16:59:59 +0000 (11:59 -0500)
??? the input json has an array at index 0, but the tests
are trying to parse that as a 64-bit integer, with a large
value ???

Disabled until such time as the test is re-examined.

src/tests/modules/json/eval.unlang

index bcf13ff6c61be5087ee07d097e63b20fb06a5904..53e5954a778c7b0fb961a553804fbf7e4c914aa7 100644 (file)
@@ -506,6 +506,11 @@ update request {
        &Tmp-String-1 !* ANY
 }
 
+#
+#  @todo - What's going on here?  The input json has an array as
+#  element 0, whicj is most definitely not a 64-bit integer.
+#
+if (0) {
 # 39. Unsigned 64bit integers
 map json &Tmp-String-0 {
        &Tmp-Integer64-0 := '$[0]'
@@ -548,5 +553,6 @@ if (fail || &Tmp-Integer64-0) {
 update request {
        &Tmp-Integer64-0 !* ANY
 }
+}
 
 test_pass