diff options
author | A. Wilcox <awilcox@wilcox-tech.com> | 2020-06-21 20:08:00 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2020-06-21 20:08:00 +0000 |
commit | e215aada623820354d91abadd43c53b5b9869509 (patch) | |
tree | 51c3592c261663afb27aac5dc9e2e440653332a7 /user/mosquitto/disable-flaky-test.patch | |
parent | f7f7951daabc324db9a74e513ee39a8653c22a1e (diff) | |
parent | 561fb3e9d0b5b889501bc8893179add2d2afc882 (diff) | |
download | packages-e215aada623820354d91abadd43c53b5b9869509.tar.gz packages-e215aada623820354d91abadd43c53b5b9869509.tar.bz2 packages-e215aada623820354d91abadd43c53b5b9869509.tar.xz packages-e215aada623820354d91abadd43c53b5b9869509.zip |
Merge branch 'bump/sr.2020.06.18' into 'master'
Misc. bumps, 2020.06.18
See merge request adelie/packages!475
Diffstat (limited to 'user/mosquitto/disable-flaky-test.patch')
-rw-r--r-- | user/mosquitto/disable-flaky-test.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/user/mosquitto/disable-flaky-test.patch b/user/mosquitto/disable-flaky-test.patch index 8fd51c403..1dade3cd4 100644 --- a/user/mosquitto/disable-flaky-test.patch +++ b/user/mosquitto/disable-flaky-test.patch @@ -9,3 +9,17 @@ ./11-persistent-subscription.py ./11-persistent-subscription-v5.py ./11-persistent-subscription-no-local.py + +Upstream issue: https://github.com/eclipse/mosquitto/issues/1659 + +--- mosquitto-1.6.10/test/lib/Makefile 2020-05-25 22:49:59.000000000 +0000 ++++ mosquitto-1.6.10/test/lib/Makefile 2020-06-20 01:41:00.350012338 +0000 +@@ -33,7 +33,7 @@ c : test-compile + ./02-subscribe-qos0.py $@/02-subscribe-qos0.test + ./02-subscribe-qos1.py $@/02-subscribe-qos1.test + ./02-subscribe-qos1.py $@/02-subscribe-qos1-async1.test +- ./02-subscribe-qos1.py $@/02-subscribe-qos1-async2.test ++ #./02-subscribe-qos1.py $@/02-subscribe-qos1-async2.test + ./02-subscribe-qos2.py $@/02-subscribe-qos2.test + ./02-unsubscribe-multiple-v5.py $@/02-unsubscribe-multiple-v5.test + ./02-unsubscribe-v5.py $@/02-unsubscribe-v5.test |