Skip to content
Snippets Groups Projects
Commit e1f79ef5 authored by Quang-Minh Nguyen's avatar Quang-Minh Nguyen
Browse files

raft: Skip transport tests if Praefect is enabled

parent f04595d9
No related branches found
No related tags found
Loading
......@@ -76,6 +76,8 @@ func (s *mockRaftServer) SendMessage(stream gitalypb.RaftService_SendMessageServ
}
func TestGrpcTransport_SendAndReceive(t *testing.T) {
testhelper.SkipWithPraefect(t, "There isn't any reason for Raft and Praefect to co-exist at the same time")
t.Parallel()
type setup struct {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment