You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tests that leverage ACCOUNT_TOKEN are being skipped in the CI integration tests due to the lack of a valid ACCOUNT_TOKEN.
Instead of "return"ing, we can leverage mocha's this.skip() to skip the test.
That way we can be sure we are not testing it when we don't have ACCOUNT_TOKEN.
The text was updated successfully, but these errors were encountered:
HarshaNalluru
changed the title
[Storage] this.skip() instead of return; in the test
[Storage] this.skip(); instead of return; in the test
Sep 12, 2019
jiacfan
changed the title
[Storage] this.skip(); instead of return; in the test
[Storage] Optimize this.skip(); instead of return; in the test for TokenCredential.
Sep 12, 2019
Tests that leverage ACCOUNT_TOKEN are being skipped in the CI integration tests due to the lack of a valid ACCOUNT_TOKEN.
Instead of "return"ing, we can leverage mocha's
this.skip()
to skip the test.That way we can be sure we are not testing it when we don't have ACCOUNT_TOKEN.
The text was updated successfully, but these errors were encountered: