Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwangcs committed Aug 23, 2023
1 parent fe7a393 commit 77c4624
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/test/java/unit/GcpDataprocClusterControlled.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@
import org.junit.jupiter.api.Test;

/** Tests for the `terra resource` commands that handle controlled GCP clusters. */
/** This test only executes on verily environments. Add a tag prefix to prevent it from running in the main repo */
/**
* This test only executes on verily environments. Add a tag prefix to prevent it from running in
* the main repo
*/
@Tag("unit-verily-gcp")
public class GcpDataprocClusterControlled extends SingleWorkspaceUnitGcp {

Expand Down

0 comments on commit 77c4624

Please sign in to comment.