mirror of
				https://github.com/moby/moby.git
				synced 2022-11-09 12:21:53 -05:00 
			
		
		
		
	Skip racey TestDockerCmdWithTimeout
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
This commit is contained in:
		
							parent
							
								
									5cbcbfc03c
								
							
						
					
					
						commit
						5cf3a6e010
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -6,10 +6,11 @@ import (
 | 
			
		|||
	"os/exec"
 | 
			
		||||
	"testing"
 | 
			
		||||
 | 
			
		||||
	"github.com/go-check/check"
 | 
			
		||||
	"io/ioutil"
 | 
			
		||||
	"strings"
 | 
			
		||||
	"time"
 | 
			
		||||
 | 
			
		||||
	"github.com/go-check/check"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
const dockerBinary = "docker"
 | 
			
		||||
| 
						 | 
				
			
			@ -159,6 +160,7 @@ func (s *DockerCmdSuite) TestDockerCmdSuccess(c *check.C) {
 | 
			
		|||
// DockerCmdWithTimeout tests
 | 
			
		||||
 | 
			
		||||
func (s *DockerCmdSuite) TestDockerCmdWithTimeout(c *check.C) {
 | 
			
		||||
	c.Skip("racey test")
 | 
			
		||||
	cmds := []struct {
 | 
			
		||||
		binary           string
 | 
			
		||||
		args             []string
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue