Skip to content

Commit 3f85faa

Browse files
Avoid this test as well since it crashes intermittently with clients
less than 23c.
1 parent 28d20b2 commit 3f85faa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_3000_subscription.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,8 @@ def test_3003_registerquery_returns(self):
233233
connection.unsubscribe(sub)
234234
connection.close()
235235

236+
@unittest.skipIf(test_env.get_client_version() < (23, 1),
237+
"crashes in older clients")
236238
def test_3004_repr(self):
237239
"3004 - test Subscription repr()"
238240
data = DMLSubscriptionData(5)

0 commit comments

Comments
 (0)