marking as pending, #23198

This commit is contained in:
Patrik Nordwall 2017-06-19 13:48:52 +02:00
parent 4b38b056cc
commit 8fcb8efe81
2 changed files with 2 additions and 0 deletions

View file

@ -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)

View file

@ -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)