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

Making volumecreate and volumeaccess test as unstable to improve CI stability #1420

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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