summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2023-09-02 21:06:31 -0400
committerReinhard Tartler <siretart@tauware.de>2023-09-02 21:06:31 -0400
commit4e79f05331f730a41e8eac1651b72739194f69a3 (patch)
treef16701d82016e3133b96d2c560122436a36087db
parentec0882b953f29a5e4f776c24fb34cdfa25f20b44 (diff)
ignore arch specific tests,
cf. https://github.com/openshift/imagebuilder/pull/224#issuecomment-1703977008
-rw-r--r--debian/patches/ignore-arch-tests.patch12
-rw-r--r--debian/patches/series1
2 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/ignore-arch-tests.patch b/debian/patches/ignore-arch-tests.patch
new file mode 100644
index 0000000..69b7cce
--- /dev/null
+++ b/debian/patches/ignore-arch-tests.patch
@@ -0,0 +1,12 @@
+Index: golang-github-openshift-imagebuilder/dispatchers_test.go
+===================================================================
+--- golang-github-openshift-imagebuilder.orig/dispatchers_test.go
++++ golang-github-openshift-imagebuilder/dispatchers_test.go
+@@ -777,6 +777,7 @@ func TestDispatchFromFlags(t *testing.T)
+ }
+
+ func TestDispatchFromFlagsAndUseBuiltInArgs(t *testing.T) {
++ t.Skip("DM-skipped, cf. https://github.com/openshift/imagebuilder/pull/224#issuecomment-1703977008")
+ expectedPlatform := localspec.OS + "/" + localspec.Architecture
+ mybuilder := Builder{
+ RunConfig: docker.Config{
diff --git a/debian/patches/series b/debian/patches/series
index 4024b8f..231ad34 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
ftbfs-arm.patch
klog.patch
+ignore-arch-tests.patch