mirror of
				https://github.com/moby/moby.git
				synced 2022-11-09 12:21:53 -05:00 
			
		
		
		
	Windows CI: Turning off pkg\symlink unit testing
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
		
							parent
							
								
									c0c10daebf
								
							
						
					
					
						commit
						eaa1708e70
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
					@ -1,3 +1,5 @@
 | 
				
			||||||
 | 
					// +build !windows
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Licensed under the Apache License, Version 2.0; See LICENSE.APACHE
 | 
					// Licensed under the Apache License, Version 2.0; See LICENSE.APACHE
 | 
				
			||||||
 | 
					
 | 
				
			||||||
package symlink
 | 
					package symlink
 | 
				
			||||||
| 
						 | 
					@ -10,6 +12,9 @@ import (
 | 
				
			||||||
	"testing"
 | 
						"testing"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// TODO Windows: This needs some serious work to port to Windows. For now,
 | 
				
			||||||
 | 
					// turning off testing in this package.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
type dirOrLink struct {
 | 
					type dirOrLink struct {
 | 
				
			||||||
	path   string
 | 
						path   string
 | 
				
			||||||
	target string
 | 
						target string
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue