mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-18 17:00:24 +00:00
Skip another Eliot test
This commit is contained in:
parent
c4dac3eb31
commit
16d452b682
@ -17,7 +17,8 @@ buildPythonPackage rec {
|
||||
|
||||
# Fails intermittently.
|
||||
substituteInPlace eliot/tests/test_validation.py \
|
||||
--replace "def test_omitLoggerFromActionType" "def xtest_omitLoggerFromActionType"
|
||||
--replace "def test_omitLoggerFromActionType" "def xtest_omitLoggerFromActionType" \
|
||||
--replace "def test_logCallsDefaultLoggerWrite" "def xtest_logCallsDefaultLoggerWrite"
|
||||
'';
|
||||
|
||||
checkInputs = [ testtools pytest hypothesis ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user