mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Add 'net' tag to "talk to package server" test
This commit is contained in:
committed by
David Glasser
parent
2e870042d3
commit
64ecaaf136
@@ -585,7 +585,7 @@ selftest.define("package with --name", ['test-package-server'], function () {
|
||||
run.stop();
|
||||
});
|
||||
|
||||
selftest.define("talk to package server with expired or no accounts token", ['test-package-server'], function () {
|
||||
selftest.define("talk to package server with expired or no accounts token", ['net', 'test-package-server'], function () {
|
||||
var s = new Sandbox();
|
||||
testUtils.login(s, "test", "testtest");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user