Skip to content

Commit

Permalink
Disable breaking tests
Browse files Browse the repository at this point in the history
THe issue with ppx deriving inline prevent the test from working.
  • Loading branch information
voodoos committed Dec 8, 2024
1 parent 7d35312 commit 7d19300
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions vendor/ppx_deriving_jsont/tests/inline/dune
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
(test
(name inline)
(libraries jsont jsont.bytesrw)
(preprocess
(pps ppx_yojson_conv ppx_deriving_jsont)))
; (test
; (name inline)
; (libraries jsont jsont.bytesrw)
; (enabled_if false)
; (preprocess
; (pps ppx_yojson_conv ppx_deriving_jsont)))

0 comments on commit 7d19300

Please sign in to comment.