Skip to content

Commit 3112877

Browse files
committed
Remove tests for fibers package
1 parent c0af44f commit 3112877

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/node_api/importer_test.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -668,6 +668,8 @@ void main() {
668668
" stdin 1:9 root stylesheet")));
669669
});
670670

671+
//TODO: Remove these tests
672+
/******* Deprecated fibers tests
671673
group("with fibers", () {
672674
setUpAll(() {
673675
try {
@@ -749,5 +751,6 @@ void main() {
749751
" stdin 1:9 root stylesheet")));
750752
});
751753
});
754+
*/
752755
});
753756
}

0 commit comments

Comments
 (0)