Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Commit

Permalink
Making volumecreate and volumeaccess test as unstable to improve CI s…
Browse files Browse the repository at this point in the history
…tability (#1420)
  • Loading branch information
ashahi1 authored and shuklanirdesh82 committed Jun 14, 2017
1 parent ffa28fd commit 4f0d258
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/e2e/volume_access_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// The goal of this test suite is to verify read/write consistency on volumes
// in accordance with the access updates on the volume

// +build runalways
// +build unstable

package e2e

Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/volumecreate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

// This test is going to cover various volume creation test cases

// +build runonce
// +build unstable

package e2e

Expand Down

0 comments on commit 4f0d258

Please # to comment.