From 9a8c01a7b7a9974f84a09d3590cfef6972cf135d Mon Sep 17 00:00:00 2001
From: Volker Schukai <volker.schukai@schukai.com>
Date: Sat, 5 Aug 2023 17:58:13 +0200
Subject: [PATCH] chore: manage flake

---
 source/utils/strings_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/utils/strings_test.go b/source/utils/strings_test.go
index b500d1f..7c08366 100644
--- a/source/utils/strings_test.go
+++ b/source/utils/strings_test.go
@@ -22,7 +22,7 @@ func TestMaskCodeBlocks(t *testing.T) {
 	for _, table := range tables {
 
 		p, _ := os.Getwd()
-		p = filepath.Dir(p) // go to parent directory
+		//		p = filepath.Dir(p) // go to parent directory
 		p = filepath.Dir(p) // go to parent directory
 		p = filepath.Join(p, table.input)
 
-- 
GitLab