fingerprinters

This commit is contained in:
Alex Dadgar 2017-07-22 20:38:03 -07:00
parent 62c55c8fc9
commit c1a72d24e6
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",