Skip to content

Commit

Permalink
Added @tag("gravitino-docker-test") to TestChainedAuthorizationIT #6484
Browse files Browse the repository at this point in the history
… (#6489)

### What changes were proposed in this pull request?

- Added `@Tag("gravitino-docker-test")` to `TestChainedAuthorizationIT`

### Why are the changes needed?

- The test currently lacks the required annotation for proper
categorization.

Fix: #6484

### Does this PR introduce _any_ user-facing change?

No, this change only affects test annotations.

### How was this patch tested?

- The change is a minor annotation update, so no functional tests are
required.
  • Loading branch information
vitamin43 authored and web-flow committed Feb 21, 2025
1 parent 0de6469 commit 1b51a7e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,13 @@
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.junit.platform.commons.util.Preconditions;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

@Tag("gravitino-docker-test")
public class TestChainedAuthorizationIT extends RangerBaseE2EIT {
private static final Logger LOG = LoggerFactory.getLogger(TestChainedAuthorizationIT.class);
private static String DEFAULT_FS;
Expand Down

0 comments on commit 1b51a7e

Please sign in to comment.