Skip to content

Commit

Permalink
remove test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
k1nho committed Aug 4, 2023
1 parent 56131cf commit f7ea79f
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions pkg/cache/lrucache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,19 +181,6 @@ func TestTryEvict(t *testing.T) {
expectedCacheOrdering: []string{},
neverEvictRepos: map[string]int{},
},
{
name: "Evicts repos when size limit reached, and preserve repos in neverEvictRepos",
cacheDir: t.TempDir(),
repos: []string{
"https://github.com/open-sauced/pizza",
"https://github.com/open-sauced/pizza-cli",
"https://github.com/open-sauced/insights",
},
expectedCacheOrdering: []string{},
neverEvictRepos: map[string]int{
"https://github.com/open-sauced/pizza": 0,
},
},
}

for _, tt := range tests {
Expand Down

0 comments on commit f7ea79f

Please sign in to comment.