@@ -17,6 +17,11 @@ class POMessageControllerTest extends BaseMessageControllerTest
publicfunctionsetUp()
{
parent::setUp();
if(defined('HHVM_VERSION')){
$this->markTestSkipped('POMessageControllerTest can not run on HHVM because it relies on saving and re-including PHP files which is not supported by HHVM.');