Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions examples/xmllint/solve.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env python3

import os
import unittest

import angr
import claripy
Expand Down Expand Up @@ -77,6 +78,7 @@ def progress_callback(stats: ClientStats, type_: str, _client_id: int):
return idx, before, after, new_input


@unittest.skip("disabled")
def test():
idx, before, after, new_input = main(verbose=False)
# Basic corpus growth sanity checks
Expand Down
Loading