From 9c75f7206daef86bb6a51fdc20ba97b0077b3f4e Mon Sep 17 00:00:00 2001 From: otherview Date: Wed, 27 Sep 2023 14:30:07 +0100 Subject: [PATCH] comment out test --- integration/obscuroscan/obscuroscan_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/obscuroscan/obscuroscan_test.go b/integration/obscuroscan/obscuroscan_test.go index 43c08b89e1..d17d735539 100644 --- a/integration/obscuroscan/obscuroscan_test.go +++ b/integration/obscuroscan/obscuroscan_test.go @@ -47,7 +47,7 @@ const ( ) func TestObscuroscan(t *testing.T) { - // t.Skip("Commented it out until more testing is driven from this test") + t.Skip("Commented it out until more testing is driven from this test") startPort := integration.StartPortObscuroscanUnitTest createObscuroNetwork(t, startPort)