Skip to content

Commit 8702fcc

Browse files
committed
test: skip Cloudflare integration test until credentials available
Cloudflare API credentials are not configured in CI environment. Created issue #87 to track adding CLOUDFLARE_AUTH secret. Refs #87, #82 Signed-off-by: Lars Trieloff <lars@trieloff.net>
1 parent 4b84fc7 commit 8702fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cache-demo.integration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ describe('CacheOverride Demo Integration Test', () => {
7676
assert.ok(out.indexOf('/cache-demo/short') > 0, 'Should list short cache route');
7777
}).timeout(10000000);
7878

79-
it('Deploy cache-demo to Cloudflare', async () => {
79+
it.skip('Deploy cache-demo to Cloudflare', async () => {
8080
await fse.copy(path.resolve(__rootdir, 'test', 'fixtures', 'cache-demo'), testRoot);
8181
process.chdir(testRoot);
8282

0 commit comments

Comments
 (0)