Skip to content

Commit

Permalink
temporarily xfail test_database_listener_directory_explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
tybug committed Feb 24, 2025
1 parent 4e19c51 commit 5622df5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hypothesis-python/tests/watchdog/test_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
import time
from collections import Counter

import pytest

from hypothesis import Phase, settings
from hypothesis.database import (
DirectoryBasedExampleDatabase,
Expand Down Expand Up @@ -77,6 +79,8 @@ def listener(event):
}


# TODO flaky failure on linux
@pytest.mark.xfail(strict=False)
def test_database_listener_directory_explicit(tmp_path):
db = DirectoryBasedExampleDatabase(tmp_path)
events = []
Expand Down

0 comments on commit 5622df5

Please sign in to comment.