marking as pending, #23198
This commit is contained in:
parent
4b38b056cc
commit
8fcb8efe81
2 changed files with 2 additions and 0 deletions
|
|
@ -171,6 +171,7 @@ abstract class FanInThroughputSpec extends RemotingMultiNodeSpec(FanInThroughput
|
|||
}
|
||||
|
||||
"Max throughput of fan-in" must {
|
||||
pending
|
||||
val reporter = BenchmarkFileReporter("FanInThroughputSpec", system)
|
||||
for (s ← scenarios) {
|
||||
s"be great for ${s.testName}, burstSize = ${s.burstSize}, payloadSize = ${s.payloadSize}" in test(s, reporter)
|
||||
|
|
|
|||
|
|
@ -170,6 +170,7 @@ abstract class FanOutThroughputSpec extends RemotingMultiNodeSpec(FanOutThroughp
|
|||
}
|
||||
|
||||
"Max throughput of fan-out" must {
|
||||
pending
|
||||
val reporter = BenchmarkFileReporter("FanOutThroughputSpec", system)
|
||||
for (s ← scenarios) {
|
||||
s"be great for ${s.testName}, burstSize = ${s.burstSize}, payloadSize = ${s.payloadSize}" in test(s, reporter)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue