Skip to content

Commit

Permalink
Skip concurrency test when not overlay and not root
Browse files Browse the repository at this point in the history
[#142766163]

Signed-off-by: Tiago Scolari <[email protected]>
  • Loading branch information
Callisto13 authored and tscolari committed Apr 24, 2017
1 parent b44f79a commit 7edacfa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion integration/create_concurrency_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ import (
)

var _ = Describe("Concurrent creations", func() {
BeforeEach(func() {
integration.SkipIfNonRootAndNotBTRFS(GrootfsTestUid, Driver)
})

Context("warm cache", func() {
BeforeEach(func() {
integration.SkipIfNonRootAndNotBTRFS(GrootfsTestUid, Driver)
// run this to setup the store before concurrency!
_, err := Runner.Create(groot.CreateSpec{
ID: "test-pre-warm",
Expand Down

0 comments on commit 7edacfa

Please sign in to comment.