fingerprinters

This commit is contained in:
Alex Dadgar
2017-07-22 20:38:03 -07:00
parent e048068f92
commit 70040f2574
2 changed files with 6 additions and 2 deletions

View File

@@ -20,7 +20,9 @@ import (
)
func TestExecDriver_Fingerprint(t *testing.T) {
t.Parallel()
if !testutil.IsTravis() {
t.Parallel()
}
ctestutils.ExecCompatible(t)
task := &structs.Task{
Name: "foo",

View File

@@ -31,7 +31,9 @@ func javaLocated() bool {
// The fingerprinter test should always pass, even if Java is not installed.
func TestJavaDriver_Fingerprint(t *testing.T) {
t.Parallel()
if !testutil.IsTravis() {
t.Parallel()
}
ctestutils.JavaCompatible(t)
task := &structs.Task{
Name: "foo",