Merge branch 'master' into 9369-arv-cwl-docs
[arvados.git] / services / crunch-dispatch-slurm / crunch-dispatch-slurm_test.go
index d8b94f98d2d2d298f83423d621169acf937251b1..ede767c82add9eb1dc9fa75f8bbb6ef917cdf0ac 100644 (file)
@@ -95,7 +95,7 @@ func (s *TestSuite) TestIntegrationCancel(c *C) {
 }
 
 func (s *TestSuite) TestIntegrationMissingFromSqueue(c *C) {
-       container := s.integrationTest(c, func() *exec.Cmd { return exec.Command("echo") }, []string{"sbatch", "--share", "--parsable",
+       container := s.integrationTest(c, func() *exec.Cmd { return exec.Command("echo") }, []string{"sbatch", "--share",
                fmt.Sprintf("--job-name=%s", "zzzzz-dz642-queuedcontainer"),
                fmt.Sprintf("--mem-per-cpu=%d", 2862),
                fmt.Sprintf("--cpus-per-task=%d", 4),