mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +03:00
fingerprinters
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user