From d5729845d00baa277c7c2b6b2122cf6e947d1770 Mon Sep 17 00:00:00 2001 From: Elle Mouton Date: Wed, 13 Aug 2025 14:16:13 +0200 Subject: [PATCH] graph/db: remove outdated TODO --- graph/db/benchmark_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/graph/db/benchmark_test.go b/graph/db/benchmark_test.go index 74cf68c84..58b8cb39a 100644 --- a/graph/db/benchmark_test.go +++ b/graph/db/benchmark_test.go @@ -431,9 +431,6 @@ func TestPopulateDBs(t *testing.T) { // postgres backend instead of the kvdb-sqlite backend. // // NOTE: this is a helper test and is not run by default. -// -// TODO(elle): this test reveals tht there may be an issue with the postgres -// migration as it is super slow. func TestPopulateViaMigration(t *testing.T) { t.Skipf("Skipping local helper test")