Skip to content

Commit

Permalink
Mark test_unsafe_unlink as slow (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed Aug 7, 2021
1 parent ce11d56 commit 451978d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_heaphopper.py
Expand Up @@ -254,6 +254,7 @@ def test_unsorted_bin_attack(self):

def test_unsafe_unlink(self):
self.do_test("unsafe_unlink", "arbitrary_write_free", poc_star=True)
test_unsafe_unlink.speed = "slow"

@unittest.skip("broken")
def test_house_of_einherjar(self):
Expand Down

0 comments on commit 451978d

Please sign in to comment.