Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--internal/command/command_test.go2
-rw-r--r--internal/command/stats_test.go2
-rw-r--r--internal/command/stderrbuffer_test.go2
-rw-r--r--internal/command/testhelper_test.go2
4 files changed, 0 insertions, 8 deletions
diff --git a/internal/command/command_test.go b/internal/command/command_test.go
index e10dadd4e..3268b2f84 100644
--- a/internal/command/command_test.go
+++ b/internal/command/command_test.go
@@ -1,5 +1,3 @@
-//go:build !gitaly_test_sha256
-
package command
import (
diff --git a/internal/command/stats_test.go b/internal/command/stats_test.go
index 3218cfbf4..71cb35b72 100644
--- a/internal/command/stats_test.go
+++ b/internal/command/stats_test.go
@@ -1,5 +1,3 @@
-//go:build !gitaly_test_sha256
-
package command
import (
diff --git a/internal/command/stderrbuffer_test.go b/internal/command/stderrbuffer_test.go
index 07bbf95e4..49da19cc3 100644
--- a/internal/command/stderrbuffer_test.go
+++ b/internal/command/stderrbuffer_test.go
@@ -1,5 +1,3 @@
-//go:build !gitaly_test_sha256
-
package command
import (
diff --git a/internal/command/testhelper_test.go b/internal/command/testhelper_test.go
index 12904aee0..e0398c2bd 100644
--- a/internal/command/testhelper_test.go
+++ b/internal/command/testhelper_test.go
@@ -1,5 +1,3 @@
-//go:build !gitaly_test_sha256
-
package command
import (