diff --git a/itests/src/test/resources/testconfiguration.properties b/itests/src/test/resources/testconfiguration.properties index 5f9232135f..11a0c957ad 100644 --- a/itests/src/test/resources/testconfiguration.properties +++ b/itests/src/test/resources/testconfiguration.properties @@ -840,7 +840,6 @@ minimr.query.negative.files=cluster_tasklog_retrieval.q,\ minimr_broken_pipe.q,\ table_nonprintable_negative.q,\ udf_local_resource.q,\ - ct_noperm_loc.q,\ ctas_noperm_loc.q # tests are sorted use: perl -pe 's@\\\s*\n@ @g' testconfiguration.properties \ diff --git a/ql/src/test/queries/clientnegative/ct_noperm_loc.q b/ql/src/test/queries/clientnegative/ct_noperm_loc.q deleted file mode 100644 index 9ccca56ac7..0000000000 --- a/ql/src/test/queries/clientnegative/ct_noperm_loc.q +++ /dev/null @@ -1,11 +0,0 @@ -set hive.test.authz.sstd.hs2.mode=true; -set hive.security.authorization.manager=org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd.SQLStdHiveAuthorizerFactoryForTest; -set hive.security.authenticator.manager=org.apache.hadoop.hive.ql.security.SessionStateConfigUserAuthenticator; -set hive.security.authorization.enabled=true; - -dfs ${system:test.dfs.mkdir} hdfs:///tmp/ct_noperm_loc; - -set user.name=user1; - -create table foo0(id int) location 'hdfs:///tmp/ct_noperm_loc_foo0'; -create table foo1 location 'hdfs:///tmp/ct_noperm_loc/foo1'; diff --git a/ql/src/test/results/clientnegative/ct_noperm_loc.q.out b/ql/src/test/results/clientnegative/ct_noperm_loc.q.out deleted file mode 100644 index 0b8182a69b..0000000000 --- a/ql/src/test/results/clientnegative/ct_noperm_loc.q.out +++ /dev/null @@ -1 +0,0 @@ -#### A masked pattern was here ####