diff --git a/test/unit/legacy-noattributes.html b/test/unit/legacy-noattributes.html
index cc60c56c2b..10072b5d7c 100644
--- a/test/unit/legacy-noattributes.html
+++ b/test/unit/legacy-noattributes.html
@@ -117,7 +117,10 @@
assert.ok(def);
});
- test('native properties observeable when `_legacyForceObservedAttributes` set', () => {
+ test('native properties observeable when `_legacyForceObservedAttributes` set', function() {
+ if (customElements.polyfillWrapFlushCallback) {
+ this.skip();
+ }
el = document.createElement('x-native-attrs-force');
document.body.appendChild(el);
el.tabIndex = 5;