Skip to content

Commit

Permalink
Test no wsd tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sydneyjodon-wk committed Oct 25, 2024
1 parent 8b4e889 commit cf1f566
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -340,5 +340,5 @@ void main() {
);
});
});
}, tags: 'wsd');
});
}
2 changes: 1 addition & 1 deletion test/executables/intl_message_migration_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ someMoreStrings() => (mui.Button()..aria.label='orange')('aquamarine');''')
expectedExitCode: 1, body: (out, err) {
expect(err, contains('Only part files were specified'));
});
}, tags: 'wsd');
});

group('limit paths', () {
var all = ['lib/src/a.dart', 'lib/b.dart', 'lib/src/a/c.dart'];
Expand Down
2 changes: 1 addition & 1 deletion test/executables/mui_migration_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ dependencies:

// Set a longer timeout since some of these need to `pub get` and resolve WSD.
// Even with a primed pub cache, the longest of these tests take ~35 seconds locally.
}, tags: 'wsd', timeout: Timeout(Duration(minutes: 2)));
}, timeout: Timeout(Duration(minutes: 2)));
}

d.DirectoryDescriptor inputFiles(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,5 +182,5 @@ void main() {
});
});
});
}, tags: 'wsd');
});
}
Original file line number Diff line number Diff line change
Expand Up @@ -1157,5 +1157,5 @@ void main() {
'''),
);
});
}, tags: 'wsd');
});
}
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ void main() {
'''),
);
});
}, tags: 'wsd');
});
}
Original file line number Diff line number Diff line change
Expand Up @@ -288,5 +288,5 @@ void main() {
});
});
});
}, tags: 'wsd');
});
}
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,5 @@ void main() {
);
});
});
// Run in private Skynet unit tests with wsd-related tests.
}, tags: 'wsd');
});
}
2 changes: 1 addition & 1 deletion test/util/unused_import_remover_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -147,5 +147,5 @@ void main() {
);
});
});
}, tags: 'wsd');
});
}
2 changes: 1 addition & 1 deletion test/util/wsd_util_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -514,5 +514,5 @@ void main() {
});
});
});
}, tags: 'wsd');
});
}

0 comments on commit cf1f566

Please sign in to comment.