Skip to content

Commit

Permalink
Merge pull request quarkusio#42820 from michalvavrik/feature/disable-…
Browse files Browse the repository at this point in the history
…grpc-cli-test-test-command

Disable GrpcCliTest#testCommand due to CI failures
  • Loading branch information
gsmet committed Aug 28, 2024
2 parents 4090462 + 3cbd4f5 commit f32c0a0
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@
import java.util.Optional;

import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import io.quarkus.test.junit.QuarkusTest;

// TODO: fix and enable this test
@Disabled("https://github.com/quarkusio/quarkus/issues/42819")
@QuarkusTest
public class GrpcCliTest {

Expand Down

0 comments on commit f32c0a0

Please sign in to comment.