Skip to content

Commit 453e1cb

Browse files
committed
Revert "Attempt to make rabbitmq_amqp1_0 tests less flaky"
This reverts commit 67e5b54.
1 parent 67e5b54 commit 453e1cb

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
@@ -401,7 +401,6 @@ module Test =
401401
use ac = connect uri
402402
let dest = "/amq/queue/test"
403403
let receiver = ReceiverLink(ac.Session, "test-receiver", dest)
404-
receiver.Receive()
405404
receiver.Close()
406405
failwith "expected exception not received"
407406
with
@@ -416,16 +415,12 @@ module Test =
416415
use ac = connect uri
417416
let dest = "/amq/queue/test"
418417
let receiver = ReceiverLink(ac.Session, "test-receiver", dest)
419-
receiver.Receive()
420418
receiver.Close()
421419
failwith "expected exception not received"
422420
with
423421
| :? Amqp.AmqpException as ex ->
424422
printfn "Exception %A" ex
425423
()
426-
| :? System.ObjectDisposedException as ex ->
427-
printfn "Exception %A" ex
428-
()
429424

430425
let (|AsLower|) (s: string) =
431426
match s with

0 commit comments

Comments
 (0)