From 13fd009cf58350e0872ce959b93b79bd8dbee9dc Mon Sep 17 00:00:00 2001 From: ashahi1 Date: Wed, 14 Jun 2017 17:09:54 -0700 Subject: [PATCH] Revert "Making volumecreate and volumeaccess test as unstable to improve CI stability (#1420)" This reverts commit 4f0d2580bcc3d70fa081549ef31085f9bfc59c6f. --- tests/e2e/volume_access_test.go | 2 +- tests/e2e/volumecreate_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/e2e/volume_access_test.go b/tests/e2e/volume_access_test.go index 321794b18..41ce4576a 100644 --- a/tests/e2e/volume_access_test.go +++ b/tests/e2e/volume_access_test.go @@ -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 unstable +// +build runalways package e2e diff --git a/tests/e2e/volumecreate_test.go b/tests/e2e/volumecreate_test.go index 13fe8539b..ddf252729 100644 --- a/tests/e2e/volumecreate_test.go +++ b/tests/e2e/volumecreate_test.go @@ -14,7 +14,7 @@ // This test is going to cover various volume creation test cases -// +build unstable +// +build runonce package e2e