From c8b6ae5caf802f382b84d13c17e55c4bbce32026 Mon Sep 17 00:00:00 2001 From: nathannaveen <42319948+nathannaveen@users.noreply.github.com> Date: Wed, 17 Jul 2024 11:09:41 -0500 Subject: [PATCH] Enabled tests Signed-off-by: nathannaveen <42319948+nathannaveen@users.noreply.github.com> --- internal/testing/backend/main_test.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/internal/testing/backend/main_test.go b/internal/testing/backend/main_test.go index c2670302f16..06d30e74781 100644 --- a/internal/testing/backend/main_test.go +++ b/internal/testing/backend/main_test.go @@ -95,10 +95,10 @@ var skipMatrix = map[string]map[string]bool{ // redis order issues "TestVEXBulkIngest": {arango: true, redis: true}, "TestFindSoftware": {redis: true, arango: true}, - // remove these once its implemented for the other backends - "TestDeleteCertifyVuln": {arango: true, memmap: true, redis: true, tikv: true}, - "TestDeleteHasSBOM": {arango: true, memmap: true, redis: true, tikv: true}, - "TestDeleteHasSLSAs": {arango: true, memmap: true, redis: true, tikv: true}, + // remove these once its implemented for the arango backend + "TestDeleteCertifyVuln": {arango: true}, + "TestDeleteHasSBOM": {arango: true}, + "TestDeleteHasSLSAs": {arango: true}, } type backend interface {