11import skip , { ifEquals , ifEndsWith , endsWith , ifStartsWith , startsWith , not , or } from './skip.js'
22
33const 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- ) ,
154 skip (
165 'Driver does not return offset for old DateTime implementations' ,
176 ifStartsWith ( 'stub.types.test_temporal_types.TestTemporalTypes' )
@@ -28,7 +17,7 @@ const skippedTests = [
2817 ifEquals ( 'neo4j.datatypes.test_temporal_types.TestDataTypes.test_duration_components' )
2918 ) ,
3019 skip (
31- 'Testkit implemenation is deprecated' ,
20+ 'Testkit implementation is deprecated' ,
3221 ifEquals ( 'stub.basic_query.test_basic_query.TestBasicQuery.test_5x0_populates_node_only_element_id' ) ,
3322 ifEquals ( 'stub.basic_query.test_basic_query.TestBasicQuery.test_5x0_populates_path_element_ids_with_only_string' ) ,
3423 ifEquals ( 'stub.basic_query.test_basic_query.TestBasicQuery.test_5x0_populates_rel_only_element_id' )
@@ -38,7 +27,7 @@ const skippedTests = [
3827 ifEndsWith ( 'neo4j.test_summary.TestSummary.test_protocol_version_information' )
3928 ) ,
4029 skip (
41- 'Handle qid omission optmization can cause issues in nested queries' ,
30+ 'Handle qid omission optimization can cause issues in nested queries' ,
4231 ifEquals ( 'stub.optimizations.test_optimizations.TestOptimizations.test_uses_implicit_default_arguments' ) ,
4332 ifEquals ( 'stub.optimizations.test_optimizations.TestOptimizations.test_uses_implicit_default_arguments_multi_query' ) ,
4433 ifEquals ( 'stub.optimizations.test_optimizations.TestOptimizations.test_uses_implicit_default_arguments_multi_query_nested' )
@@ -81,7 +70,7 @@ const skippedTests = [
8170 ifEquals ( 'stub.iteration.test_iteration_session_run.TestIterationSessionRun.test_nested' )
8271 ) ,
8372 skip (
84- 'Nested calls does not garauntee order in the records pulling' ,
73+ 'Nested calls does not guarantee order in the records pulling' ,
8574 ifEquals ( 'stub.iteration.test_iteration_tx_run.TestIterationTxRun.test_nested' )
8675 ) ,
8776 skip (
0 commit comments