Bug #664/Bug #1473: Disable test that fails due to its own race condition30/2330/1
commit7c3abb9390040fc47432d5772f0b1e2c89a55c08
authorPhil Miller (Charmworks) <phil@hpccharm.com>
Wed, 22 Mar 2017 16:12:15 +0000 (22 11:12 -0500)
committerPhil Miller (Charmworks) <phil@hpccharm.com>
Wed, 22 Mar 2017 16:20:38 +0000 (22 11:20 -0500)
treed4f4a3c7c0f649b7c81671f0c29f47e6fa5739c6
parent1225c6d78ba6c7ff4ef3b2969fe65d484d9a09ed
Bug #664/Bug #1473: Disable test that fails due to its own race condition

With an assertion added that the messages received match the size of
messages currently expected, tests/charm++/communication_overhead
crashes. A larger message from a later iteration can end up being
delivered before a smaller message at the end of the preceding
iteration.

Disable this broken test for now, so that we can see that everything
else is working and get a release out the door.

Change-Id: I30b6b0a393bd9a0a9d0e1d347aa1576406aa4a1d
tests/charm++/Makefile