Skip to content

Commit db7a11d

Browse files
committed
Revert "Attempt to make rabbitmq_amqp1_0 tests less flaky"
This reverts commit 3a1fe18.
1 parent 3a1fe18 commit db7a11d

File tree

1 file changed

+0
-5
lines changed
  • deps/rabbitmq_amqp1_0/test/system_SUITE_data/fsharp-tests

1 file changed

+0
-5
lines changed

deps/rabbitmq_amqp1_0/test/system_SUITE_data/fsharp-tests/Program.fs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,6 @@ module Test =
399399
use ac = connect uri
400400
let dest = "/amq/queue/test"
401401
let receiver = ReceiverLink(ac.Session, "test-receiver", dest)
402-
receiver.Receive()
403402
receiver.Close()
404403
failwith "expected exception not received"
405404
with
@@ -414,16 +413,12 @@ module Test =
414413
use ac = connect uri
415414
let dest = "/amq/queue/test"
416415
let receiver = ReceiverLink(ac.Session, "test-receiver", dest)
417-
receiver.Receive()
418416
receiver.Close()
419417
failwith "expected exception not received"
420418
with
421419
| :? Amqp.AmqpException as ex ->
422420
printfn "Exception %A" ex
423421
()
424-
| :? System.ObjectDisposedException as ex ->
425-
printfn "Exception %A" ex
426-
()
427422

428423
let (|AsLower|) (s: string) =
429424
match s with

0 commit comments

Comments
 (0)