[CDH5] Disable ACL tests

The tests pass every time locally (in a 60 minute run), but fail
intermittently on our build machines.

Change-Id: I62d5ea0df8c42728a538b29bd16006be3179bfd3
Reviewed-on: http://gerrit.ent.cloudera.com:8080/3489
Reviewed-by: Ishaan Joshi <ishaan@cloudera.com>
Tested-by: jenkins
This commit is contained in:
Henry Robinson
2014-07-14 13:31:05 -07:00
committed by jenkins
parent 79d64ad7ba
commit 9d0173c647

View File

@@ -88,6 +88,7 @@ functional.insert_overwrite_nopart SELECT int_col FROM functional.tinyinttable""
ls = self.hdfs_client.list_dir(partition_dir)
assert len(ls['FileStatuses']['FileStatus']) == 1
@pytest.mark.xfail(run=False, reason="Fails intermittently on test clusters")
@pytest.mark.execute_serially
def test_insert_inherit_acls(self):
"""Check that ACLs are inherited when we create new partitions"""