Changes between Initial Version and Version 1 of Ticket #26856, comment 8
- Timestamp:
- 12/13/18 10:23:38 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26856, comment 8
initial v1 46 46 Without `database_gap` in optional, everything passes. The trouble is that the failing tests are not tagged as optional, i.e. it should not matter whether `database_gap` is passed or not. 47 47 48 My hunch is that it might be related to the recent #25706, which unfortunately mixes `libgap` and `gap`. (Even if this were true, it would not take away the general flakiness of Sage's doctesting framework...) 48 Needless to say, these tests work at the Sage prompt just fine. 49 49 50 My hunch is that it might be related to the recent #25706, which unfortunately mixes `libgap` and `gap`. (Even if this were true, it would not take away the general flakiness of Sage's doctesting framework...) 51 52