Skip to content

Commit 5d6e62c

Browse files
committed
Skip integration datetimes tests since server does not implemente the data types yet
1 parent fb22358 commit 5d6e62c

File tree

1 file changed

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

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
import skip, { ifEquals, ifEndsWith } from './skip'
22

33
const skippedTests = [
4+
skip(
5+
'Server 5.0 doesnt support new tags yet',
6+
ifEquals('neo4j.datatypes.test_temporal_types.TestDataTypes.test_datetime_with_offset_components'),
7+
ifEquals('neo4j.datatypes.test_temporal_types.TestDataTypes.test_datetime_with_timezone_components')
8+
),
49
skip(
510
'Driver does not return offset for old DateTime implementations',
611
ifEquals('neo4j.datatypes.test_temporal_types.TestDataTypes.test_nested_datetime'),

0 commit comments

Comments
 (0)