commit | a814961796061804d9e5390e70fd0610a53a2aa9 | [log] [tgz] |
---|---|---|
author | Benny Kopilov <bkopilov@redhat.com> | Thu Mar 17 11:47:41 2022 +0200 |
committer | Benny Kopilov <bkopilov@redhat.com> | Thu Mar 17 11:59:16 2022 +0200 |
tree | bd2d71ee811649ab2c86ff455e9ff01d879d390e | |
parent | 5c556626d16c2a4c6ee9c9da45d4954db6f83f27 [diff] |
Fix compute_unified decoration Current test class decorate the class with skip. The problem is that when feature is disabled the skip section returns a function type. The ServersQuotaTest class inherits from a function type instead type (class) and it fails with TypeError: function() argument We dont see the exception because on false we dont try to run testtool version is 2.5.0 Change-Id: I3ff2e59ca1eaae4f9b1eb1fb7148cd3efcbcd8f2