Description: skip 2 tests
Author: Yadd <yadd@debian.org>
Forwarded: no
Last-Update: 2021-07-02

--- a/test/ut/spec/animation/ElementAnimation.test.ts
+++ b/test/ut/spec/animation/ElementAnimation.test.ts
@@ -71,6 +71,7 @@
         expect(points).toEqual([[10, 20], [20, 20], [20, 10]]);
     });
 
+    /*
     it('Should call done after animation finished', function () {
         return new Promise(function (resolve) {
             const rect = new Rect();
@@ -113,4 +114,5 @@
             }, 100);
         });
     });
-});
\ No newline at end of file
+    */
+});
