Enable TestSnapshotterClient on Windows
Signed-off-by: Paul "TBBle" Hampson <Paul.Hampson@Pobox.com>
This commit is contained in:
		 Paul "TBBle" Hampson
					Paul "TBBle" Hampson
				
			
				
					committed by
					
						 Gabriel Adrian Samfira
						Gabriel Adrian Samfira
					
				
			
			
				
	
			
			
			 Gabriel Adrian Samfira
						Gabriel Adrian Samfira
					
				
			
						parent
						
							7b36becd2d
						
					
				
				
					commit
					d591bb0421
				
			| @@ -18,7 +18,6 @@ package client | ||||
|  | ||||
| import ( | ||||
| 	"context" | ||||
| 	"runtime" | ||||
| 	"testing" | ||||
|  | ||||
| 	. "github.com/containerd/containerd" | ||||
| @@ -44,8 +43,5 @@ func TestSnapshotterClient(t *testing.T) { | ||||
| 	if testing.Short() { | ||||
| 		t.Skip() | ||||
| 	} | ||||
| 	if runtime.GOOS == "windows" { | ||||
| 		t.Skip("snapshots not yet supported on Windows") | ||||
| 	} | ||||
| 	testsuite.SnapshotterSuite(t, DefaultSnapshotter, newSnapshotter) | ||||
| 	testsuite.SnapshotterSuite(t, "SnapshotterClient", newSnapshotter) | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user