mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
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:
committed by
Facebook Github Bot
parent
ade72ced0d
commit
5c9c99f5db
@@ -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++ {
|
||||
|
||||
Reference in New Issue
Block a user