浏览代码

Override the settings for now.

Omer Katz 7 年之前
父节点
当前提交
4215684f05
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      t/integration/test_canvas.py

+ 2 - 1
t/integration/test_canvas.py

@@ -248,6 +248,7 @@ class test_group:
 
     @flaky
     @pytest.mark.xfail(raises=ExtraData, strict=True)
+    @pytest.mark.celery(task_serializer='msgpack', accept_content=['msgpack'])
     def test_group_msgpack(self, manager):
         assert manager.inspect().ping()
 
@@ -255,7 +256,7 @@ class test_group:
               group([
                     identity.si(b'arg1'),
                     identity.si(b'arg2')
-                    ])).delay(serializer='msgpack')
+                    ])).delay()
 
 
 def assert_ids(r, expected_value, expected_root_id, expected_parent_id):