Skip to content

Commit

Permalink
Try moving TestImpersonationMetadata to EasyOutOfMemory run.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnturton committed Aug 15, 2023
1 parent 976e91c commit 209f3fd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
*/
package org.apache.drill.exec.impersonation;

import org.apache.drill.categories.EasyOutOfMemory;
import org.apache.drill.categories.SecurityTest;
import org.apache.drill.categories.SlowTest;
import org.apache.drill.categories.UnlikelyTest;
Expand Down Expand Up @@ -51,7 +52,7 @@
/**
* Tests impersonation on metadata related queries as SHOW FILES, SHOW TABLES, CREATE VIEW, CREATE TABLE and DROP TABLE
*/
@Category({SlowTest.class, SecurityTest.class})
@Category({SlowTest.class, SecurityTest.class, EasyOutOfMemory.class})
public class TestImpersonationMetadata extends BaseTestImpersonation {
private static final String user1 = "drillTestUser1";
private static final String user2 = "drillTestUser2";
Expand Down

0 comments on commit 209f3fd

Please sign in to comment.