diff --git a/tools/material-ci/angular_material_test_blocklist.js b/tools/material-ci/angular_material_test_blocklist.js index 0d720a6173..bd77eaea78 100644 --- a/tools/material-ci/angular_material_test_blocklist.js +++ b/tools/material-ci/angular_material_test_blocklist.js @@ -17,30 +17,6 @@ // tslint:disable window.testBlocklist = { - "CdkTree flat tree should initialize should be able to use units different from px for the indentation": { - "error": "Error: Failed: Expected node level to be 15rem but was 28px", - "notes": "Breaking change: Change detection follows insertion tree only, not declaration tree (CdkTree is OnPush)" - }, - "CdkTree flat tree should initialize should default to px if no unit is set for string value indentation": { - "error": "Error: Failed: Expected node level to be 17px but was 28px", - "notes": "Breaking change: Change detection follows insertion tree only, not declaration tree (CdkTree is OnPush)" - }, - "CdkTree flat tree with toggle should expand/collapse the node": { - "error": "Error: Failed: Expected node level to be 40px but was ", - "notes": "Breaking change: Static directive inputs evaluated in creation mode (CdkTreeNode.mostRecentTreeNode.data is set after inputs)" - }, - "CdkTree flat tree with toggle should expand/collapse the node recursively": { - "error": "Error: Failed: Expected node level to be 40px but was ", - "notes": "Breaking change: Static directive inputs evaluated in creation mode (CdkTreeNode.mostRecentTreeNode.data is set after inputs)" - }, - "CdkTree nested tree with toggle should expand/collapse the node multiple times": { - "error": "Error: Expected 3 to be 1, 'Expect node expanded'.", - "notes": "1) Breaking change: Change detection follows insertion tree only, not declaration tree (CdkTree is OnPush) - 2) Breaking change: Content queries and descendants flag (fix test by removing
in NestedCdkTreeAppWithToggle)" - }, - "CdkTree nested tree with toggle should expand/collapse the node recursively": { - "error": "Error: Failed: Expected node descendant num to be 2 but was 0", - "notes": "Breaking change: Content queries and descendants flag (fix test by removing
in NestedCdkTreeAppWithToggle)" - }, "MatSidenav should be fixed position when in fixed mode": { "error": "Error: Expected ng-tns-c22979-0 ng-trigger ng-trigger-transform mat-drawer mat-sidenav mat-drawer-over ng-star-inserted to contain 'mat-sidenav-fixed'.", "notes": "FW-1132: Host class bindings don't work if super class has host class bindings" @@ -49,22 +25,6 @@ window.testBlocklist = { "error": "Error: Expected '' to be '20px'.", "notes": "FW-1132: Host class bindings don't work if super class has host class bindings" }, - "MatTree flat tree with toggle should expand/collapse the node": { - "error": "Error: Expected 0 to be 1, 'Expect node expanded one level'.", - "notes": "Breaking change: Static directive inputs evaluated in creation mode (CdkTreeNode.mostRecentTreeNode.data is set after inputs)" - }, - "MatTree flat tree with toggle should expand/collapse the node recursively": { - "error": "Error: Expected 0 to be 3, 'Expect nodes expanded'.", - "notes": "Breaking change: Static directive inputs evaluated in creation mode (CdkTreeNode.mostRecentTreeNode.data is set after inputs)" - }, - "MatTree nested tree with toggle should expand/collapse the node": { - "error": "Error: Expected 0 to be 1, 'Expect node expanded'.", - "notes": "1) Breaking change: Content queries and descendants flag (fix test by removing
in NestedMatTreeAppWithToggle) - 2) Breaking change: Ivy inherits metadata from superclasses (remove (click) in MatTreeNodeToggle)" - }, - "MatTree nested tree with toggle should expand/collapse the node recursively": { - "error": "Error: Expected 0 to be 3, 'Expect node expanded'.", - "notes": "1) Breaking change: Content queries and descendants flag (fix test by removing
in NestedMatTreeAppWithToggle) - 2) Breaking change: Ivy inherits metadata from superclasses (remove (click) in MatTreeNodeToggle)" - }, "Dialog should set the proper animation states": { "error": "TypeError: Cannot read property 'componentInstance' of null", "notes": "FW-1059: DebugNode.query should query nodes in the logical tree" @@ -106,4 +66,4 @@ window.testBlocklist = { "notes": "Breaking change: Change detection follows insertion tree only, not declaration tree (MatSnackBarContainer is OnPush)" } }; -// clang-format on \ No newline at end of file +// clang-format on