Disable failing wangle test
Summary:
Under moderate load, this part of the test would fail. When
there is resource contention, it is quite possible that the timeout will
be exceeded. A further reduction of the time spread will render this
test next to useless.
Moderate load can be as little as running all of folly's tests at once,
which is something that our testing infrastructure does quite
frequently.
fbconfig -r folly
fbmake runtests
Test Plan:
fbconfig -r folly && fbmake runtests
Reviewed By: hannesr@fb.com
Subscribers: sdwilsh, fugalh, njormrod
FB internal diff:
D1576570
Tasks:
5225808