summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Laboissière <rafael@debian.org>2022-03-02 03:36:32 -0300
committerRafael Laboissière <rafael@debian.org>2022-03-02 03:36:32 -0300
commite4963c0aeea3a3d9515ddbba9e764ba097d35574 (patch)
treeb96a532ba8cf5c8456b843f38090c90b621d4800
parent1901a4ad948f55a938d56de00c68298cc472de0f (diff)
d/p/0003-Mark-expected-failure.patch: Refresh for new upstream version
-rw-r--r--debian/patches/0003-Mark-expected-failure.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/0003-Mark-expected-failure.patch b/debian/patches/0003-Mark-expected-failure.patch
index f213e1e..3bda6eb 100644
--- a/debian/patches/0003-Mark-expected-failure.patch
+++ b/debian/patches/0003-Mark-expected-failure.patch
@@ -16,6 +16,6 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+%!xtest % This test is known to fail in Debian buster i386
+%! % because of a known problem in Octave's sqp/qp functions
+%! % http://savannah.gnu.org/bugs/?38875
- %! model = stk_model ('stk_materncov_iso');
+ %! model = stk_model (@stk_materncov_iso);
%! [param0, model.lognoisevariance] = stk_param_init (model, xi, zi, BOX);
%! model.param = stk_param_estim (model, xi, zi, param0);