Skip to content

Commit f9b4618

Browse files
committed
Add @ignore-typedb-http for request timeout millis tests
1 parent 3e0e265 commit f9b4618

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

driver/connection.feature

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Feature: Driver Connection
6060
Then connection has database: typedb
6161

6262

63+
@ignore-typedb-http
6364
Scenario: Driver can configure request timeout
6465
When connection closes
6566
When set driver option request_timeout_millis to: 7200000
@@ -68,6 +69,7 @@ Feature: Driver Connection
6869
Then connection has database: typedb
6970

7071

72+
@ignore-typedb-http
7173
Scenario: Driver fails to connect with impossibly short request timeout
7274
When connection closes
7375
When set driver option request_timeout_millis to: 1

0 commit comments

Comments
 (0)