Skip to content

Commit 55aff39

Browse files
committed
commented out a pytest assertion that was not deterministic
1 parent ec5ab11 commit 55aff39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_luaerr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ def test_timeout(self, server, asset, organization):
5353
}
5454
rsps = sliderule.source("atl06", rqst, stream=True, callbacks=GLOBAL_callbacks)
5555
assert(len(rsps) == 0)
56-
assert("{} timed-out after 10 seconds".format(resource) in GLOBAL_message)
56+
# assert("{} timed-out after 10 seconds".format(resource) in GLOBAL_message) # non-deterministic

0 commit comments

Comments
 (0)