From d45deafbb51cd113881192d0e5ebaec2d0ab677b Mon Sep 17 00:00:00 2001 From: Zeke Lu Date: Wed, 12 May 2021 12:18:34 +0800 Subject: [PATCH] make the browser created for testing remote allocator accept all connections --- allocate_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/allocate_test.go b/allocate_test.go index e482a9c6..f2132b1d 100644 --- a/allocate_test.go +++ b/allocate_test.go @@ -191,6 +191,7 @@ func testRemoteAllocator(t *testing.T, modifyURL func(wsURL string) string) { // TODO: perhaps deduplicate this code with ExecAllocator "--user-data-dir="+tempDir, + "--remote-debugging-address=0.0.0.0", "--remote-debugging-port=0", "about:blank", )