1
1
import skip , { ifEquals , ifEndsWith , endsWith , ifStartsWith , startsWith , not , or } from './skip.js'
2
2
3
3
const skippedTests = [
4
- skip (
5
- "Fixme: transactions don't prevent further actions after failure." ,
6
- ifEquals ( 'stub.tx_run.test_tx_run.TestTxRun.test_should_prevent_discard_after_tx_termination_on_run' ) ,
7
- ifEquals ( 'stub.tx_run.test_tx_run.TestTxRun.test_should_prevent_pull_after_tx_termination_on_pull' ) ,
8
- ifEquals ( 'stub.tx_run.test_tx_run.TestTxRun.test_should_prevent_pull_after_tx_termination_on_run' ) ,
9
- ifEquals ( 'stub.tx_run.test_tx_run.TestTxRun.test_should_prevent_run_after_tx_termination_on_run' ) ,
10
- ifEquals ( 'stub.tx_run.test_tx_run.TestTxRun.test_should_prevent_run_after_tx_termination_on_pull' ) ,
11
- ifEquals ( 'stub.tx_run.test_tx_run.TestTxRun.test_should_prevent_rollback_message_after_tx_termination' ) ,
12
- ifEquals ( 'stub.tx_run.test_tx_run.TestTxRun.test_should_prevent_commit_after_tx_termination' ) ,
13
- ifEquals ( 'stub.configuration_hints.test_connection_recv_timeout_seconds.TestDirectConnectionRecvTimeout.test_timeout_unmanaged_tx_should_fail_subsequent_usage_after_timeout' )
14
- ) ,
15
4
skip (
16
5
'Driver does not return offset for old DateTime implementations' ,
17
6
ifStartsWith ( 'stub.types.test_temporal_types.TestTemporalTypes' )
@@ -28,7 +17,7 @@ const skippedTests = [
28
17
ifEquals ( 'neo4j.datatypes.test_temporal_types.TestDataTypes.test_duration_components' )
29
18
) ,
30
19
skip (
31
- 'Testkit implemenation is deprecated' ,
20
+ 'Testkit implementation is deprecated' ,
32
21
ifEquals ( 'stub.basic_query.test_basic_query.TestBasicQuery.test_5x0_populates_node_only_element_id' ) ,
33
22
ifEquals ( 'stub.basic_query.test_basic_query.TestBasicQuery.test_5x0_populates_path_element_ids_with_only_string' ) ,
34
23
ifEquals ( 'stub.basic_query.test_basic_query.TestBasicQuery.test_5x0_populates_rel_only_element_id' )
@@ -38,7 +27,7 @@ const skippedTests = [
38
27
ifEndsWith ( 'neo4j.test_summary.TestSummary.test_protocol_version_information' )
39
28
) ,
40
29
skip (
41
- 'Handle qid omission optmization can cause issues in nested queries' ,
30
+ 'Handle qid omission optimization can cause issues in nested queries' ,
42
31
ifEquals ( 'stub.optimizations.test_optimizations.TestOptimizations.test_uses_implicit_default_arguments' ) ,
43
32
ifEquals ( 'stub.optimizations.test_optimizations.TestOptimizations.test_uses_implicit_default_arguments_multi_query' ) ,
44
33
ifEquals ( 'stub.optimizations.test_optimizations.TestOptimizations.test_uses_implicit_default_arguments_multi_query_nested' )
@@ -81,7 +70,7 @@ const skippedTests = [
81
70
ifEquals ( 'stub.iteration.test_iteration_session_run.TestIterationSessionRun.test_nested' )
82
71
) ,
83
72
skip (
84
- 'Nested calls does not garauntee order in the records pulling' ,
73
+ 'Nested calls does not guarantee order in the records pulling' ,
85
74
ifEquals ( 'stub.iteration.test_iteration_tx_run.TestIterationTxRun.test_nested' )
86
75
) ,
87
76
skip (
0 commit comments