mirror of
https://github.com/apache/impala.git
synced 2025-12-25 02:03:09 -05:00
[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:
@@ -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"""
|
||||
|
||||
Reference in New Issue
Block a user