Skip to content
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.

Commit

Permalink
test: move pending test up to debug tap
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Feb 14, 2017
1 parent 689f8ab commit a503a93
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/registry.manifest.cache.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@ test('supports fetching from an optional cache', function (t) {
})
})

// This test should prevent future footgunning if the caching logic changes
// accidentally. Caching manifests themselves should be entirely the job of the
// package fetcher.
test('does not insert plain manifests into the cache')

test('expires stale request data')
test('allows forcing use of cache when data stale')
test('falls back to registry if cache entry is invalid JSON')
Expand All @@ -138,8 +143,3 @@ test('falls back to registry if cache entry missing', function (t) {
t.end()
})
})

// This test should prevent future footgunning if the caching logic changes
// accidentally. Caching manifests themselves should be entirely the job of the
// package fetcher.
test('does not insert plain manifests into the cache')

0 comments on commit a503a93

Please sign in to comment.