We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1bee3d commit ff9c2abCopy full SHA for ff9c2ab
packages/testkit-backend/src/skipped-tests/common.js
@@ -3,8 +3,8 @@ import skip, { ifEquals, ifEndsWith, endsWith, ifStartsWith, startsWith, not, or
3
const skippedTests = [
4
skip(
5
'Driver does not return offset for old DateTime implementations',
6
- ifStartsWith('stub.types.test_temporal_types.TestTemporalTypes')
7
- .and(not(startsWith('stub.types.test_temporal_types.TestTemporalTypesV5')))
+ ifStartsWith('stub.datatypes.test_temporal_types.TestTemporalTypes')
+ .and(not(startsWith('stub.datatypes.test_temporal_types.TestTemporalTypesV5')))
8
.and(endsWith('test_zoned_date_time')),
9
ifEquals('neo4j.datatypes.test_temporal_types.TestDataTypes.test_nested_datetime'),
10
ifEquals('neo4j.datatypes.test_temporal_types.TestDataTypes.test_should_echo_all_timezone_ids'),
0 commit comments