···12dotenv.config({ path: '.env.test' });
1314// Set to false to skip unpublishing (useful for debugging published records)
15-const UNPUBLISH = false;
1617-describe('ATProtoCardPublisher', () => {
18 let publisher: ATProtoCardPublisher;
19 let curatorId: CuratorId;
20 let publishedCardIds: PublishedRecordId[] = [];
···12dotenv.config({ path: '.env.test' });
1314// Set to false to skip unpublishing (useful for debugging published records)
15+const UNPUBLISH = true;
1617+describe.skip('ATProtoCardPublisher', () => {
18 let publisher: ATProtoCardPublisher;
19 let curatorId: CuratorId;
20 let publishedCardIds: PublishedRecordId[] = [];
···15dotenv.config({ path: '.env.test' });
1617// Set to false to skip unpublishing (useful for debugging published records)
18-const UNPUBLISH = false;
1920-describe('ATProtoCollectionPublisher', () => {
21 let collectionPublisher: ATProtoCollectionPublisher;
22 let cardPublisher: FakeCardPublisher;
23 let curatorId: CuratorId;
···15dotenv.config({ path: '.env.test' });
1617// Set to false to skip unpublishing (useful for debugging published records)
18+const UNPUBLISH = true;
1920+describe.skip('ATProtoCollectionPublisher', () => {
21 let collectionPublisher: ATProtoCollectionPublisher;
22 let cardPublisher: FakeCardPublisher;
23 let curatorId: CuratorId;