From 3ef2002bd8131b08492f27d73444cf36948ab291 Mon Sep 17 00:00:00 2001 From: Kara Erickson Date: Thu, 7 Mar 2019 09:46:16 -0800 Subject: [PATCH] test(ivy): turn on passing Material tests for cdk-tree (#29162) PR Close #29162 --- tools/material-ci/angular_material_test_blocklist.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tools/material-ci/angular_material_test_blocklist.js b/tools/material-ci/angular_material_test_blocklist.js index a8e9a0f092..0ac38241a4 100644 --- a/tools/material-ci/angular_material_test_blocklist.js +++ b/tools/material-ci/angular_material_test_blocklist.js @@ -101,14 +101,6 @@ window.testBlocklist = { "error": "Error: Failed: Expected node level to be 40px but was ", "notes": "Unknown" }, - "CdkTree flat tree with trackBy should add/remove/move nodes with property-based trackBy": { - "error": "Error: Expected null to be '1'.", - "notes": "Unknown" - }, - "CdkTree flat tree with trackBy should add/remove/move nodes with index-based trackBy": { - "error": "Error: Expected null to be '0'.", - "notes": "Unknown" - }, "CdkTree nested tree with toggle should expand/collapse the node multiple times": { "error": "Error: Expected 3 to be 1, 'Expect node expanded'.", "notes": "Unknown"