aboutsummaryrefslogtreecommitdiffstats
path: root/community/ginkgo/pie-and-race-conflict.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/ginkgo/pie-and-race-conflict.patch')
-rw-r--r--community/ginkgo/pie-and-race-conflict.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/community/ginkgo/pie-and-race-conflict.patch b/community/ginkgo/pie-and-race-conflict.patch
deleted file mode 100644
index 2c020e308c1..00000000000
--- a/community/ginkgo/pie-and-race-conflict.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Upstream: No
-Reason: Skip test that can't be run with -buildmode=pie
---- a/integration/flags_test.go
-+++ b/integration/flags_test.go
-@@ -106,6 +106,7 @@ var _ = Describe("Flags Specs", func() {
- })
-
- It("should run the race detector when told to", func() {
-+ Skip("-buildmode=pie not supported when -race is enabled")
- if !raceDetectorSupported() {
- Skip("race detection is not supported")
- }