This commit is contained in:
Franck Royer 2021-10-22 12:31:49 +11:00
parent fdab496b02
commit 047efcbb79
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import { Waku } from "js-waku";
import { Community } from "./community";
import { CommunityDescription } from "./wire/community_description";
describe("Community live data", () => {
describe("Community [live data]", () => {
before(function () {
if (process.env.CI) {
// Skip live data test in CI