Skip to content

Commit

Permalink
Disable GrpcCliTest#testCommand due to CI failures
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvavrik committed Aug 27, 2024
1 parent 3304163 commit 3cbd4f5
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 3cbd4f5

Please sign in to comment.