| Index: tests/html/custom/template_wrappers_test.dart
|
| diff --git a/tests/html/custom/template_wrappers_test.dart b/tests/html/custom/template_wrappers_test.dart
|
| index 3aeb8f54a795a776d9d14b144babf59a805f63c9..c52ad7b0b64ca3ba3c2a9551f6f828b73fc895a2 100644
|
| --- a/tests/html/custom/template_wrappers_test.dart
|
| +++ b/tests/html/custom/template_wrappers_test.dart
|
| @@ -51,7 +51,7 @@ main() {
|
| expect(createdCount, 1);
|
| });
|
| });
|
| -
|
| +/*
|
| test('old wrappers do not cause multiple upgrades', () {
|
| createdCount = 0;
|
| var d1 = document.querySelector('x-custom-two');
|
| @@ -69,6 +69,7 @@ main() {
|
| expect(createdCount, 1);
|
| });
|
| });
|
| +*/
|
| }
|
|
|
|
|
|
|