Opened at 2019-05-02T14:37:38Z
Closed at 2020-01-17T17:18:31Z
#3040 closed defect (was already fixed)
Appveyor builds failing because of non-FIFO-support skip
Reported by: | exarkun | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | unknown | Version: | 1.12.1 |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
A recent PR changed introduced a skipped-on-windows test. But it doesn't skip, it fails:
=============================================================================== [ERROR] Traceback (most recent call last): File "c:\projects\tahoe-lafs\.tox\coverage\lib\site-packages\testtools\testcase.py", line 962, in skip_wrapper raise TestCase.skipException(reason) unittest2.case.SkipTest: FIFOs are not supported by Python on this platform. allmydata.test.cli.test_backup.Backup.test_ignore_fifo
Change History (1)
comment:1 Changed at 2020-01-17T17:18:31Z by exarkun
- Resolution set to was already fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
e63ee9b37e91162dc21ae4fe21d7a8303a80a59b introduced the test and c29ddc1b4a952a520c8096c4d351e37bf966326a fixed it