Skip to content

Commit ff9c2ab

Browse files
authored
Update skipped temporal type test names (#1281)
A few temporal type stub tests were moved on the 6.x branch, 4 of these were skipped on JS and this skip check needs to be updated.
1 parent f1bee3d commit ff9c2ab

File tree

1 file changed

+2
-2
lines changed
  • packages/testkit-backend/src/skipped-tests

1 file changed

+2
-2
lines changed

packages/testkit-backend/src/skipped-tests/common.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import skip, { ifEquals, ifEndsWith, endsWith, ifStartsWith, startsWith, not, or
33
const skippedTests = [
44
skip(
55
'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')))
6+
ifStartsWith('stub.datatypes.test_temporal_types.TestTemporalTypes')
7+
.and(not(startsWith('stub.datatypes.test_temporal_types.TestTemporalTypesV5')))
88
.and(endsWith('test_zoned_date_time')),
99
ifEquals('neo4j.datatypes.test_temporal_types.TestDataTypes.test_nested_datetime'),
1010
ifEquals('neo4j.datatypes.test_temporal_types.TestDataTypes.test_should_echo_all_timezone_ids'),

0 commit comments

Comments
 (0)