pull/7723/head
Priya Wadhwa 2020-04-17 11:59:27 -07:00
parent 3d05a43c8b
commit e3b6ba06e1
1 changed files with 10 additions and 0 deletions

View File

@ -16,6 +16,16 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package integration
import (
"context"
"fmt"
"os/exec"
"strings"
"testing"
)
func TestPreload(t *testing.T) {
if NoneDriver() {
t.Skipf("skipping %s - incompatible with none driver", t.Name())