File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
packages/testkit-backend/src/skipped-tests Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 1- import skip , { ifStartsWith } from './skip'
1+ import skip , { ifEndsWith , ifEquals , ifStartsWith } from './skip'
22const skippedTests = [
33 skip (
4- 'Stub Tests not implemented for browser' ,
5- ifStartsWith ( 'stub' )
4+ "Browser doesn't support socket timeouts" ,
5+ ifStartsWith ( 'stub.configuration_hints.test_connection_recv_timeout_seconds' )
6+ ) ,
7+ skip (
8+ 'Investigate why websocket is taking too much time to close the connection' ,
9+ ifEndsWith ( 'test_should_check_multi_db_support' ) ,
10+ ifEquals ( 'stub.disconnects.test_disconnects.TestDisconnects.test_fail_on_reset' ) ,
11+ ifEquals ( 'stub.tx_begin_parameters.test_tx_begin_parameters.TestTxBeginParameters.test_impersonation_fails_on_v4x3' ) ,
12+ ifEquals ( 'stub.session_run_parameters.test_session_run_parameters.TestSessionRunParameters.test_impersonation_fails_on_v4x3' ) ,
13+
614 ) ,
715 skip (
816 'TLS Tests not implemented for browwer' ,
You can’t perform that action at this time.
0 commit comments