ent/dialect: disable flaky gremlin test

Summary: Pull Request resolved: https://github.com/facebookincubator/ent/pull/32

Reviewed By: alexsn

Differential Revision: D17341672

fbshipit-source-id: 1597d66a5f8030a2c0d431500669a22b21210697
This commit is contained in:
Ariel Mashraki
2019-09-12 02:44:05 -07:00
committed by Facebook Github Bot
parent ade72ced0d
commit 5c9c99f5db

View File

@@ -252,8 +252,9 @@ func TestServerHangup(t *testing.T) {
}
func TestCanceledLongRequest(t *testing.T) {
// skip until flakiness will be fixed.
t.SkipNow()
ctx, cancel := context.WithCancel(context.Background())
srv := serve(func(conn conn) {
var responses [3]*gremlin.Response
for i := 0; i < len(responses); i++ {