File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -3822,6 +3822,10 @@ func TestDevcontainerDiscovery(t *testing.T) {
3822
3822
func TestDevcontainerPrebuildSupport (t * testing.T ) {
3823
3823
t .Parallel ()
3824
3824
3825
+ if runtime .GOOS == "windows" {
3826
+ t .Skip ("Dev Container tests are not supported on Windows" )
3827
+ }
3828
+
3825
3829
var (
3826
3830
ctx = testutil .Context (t , testutil .WaitShort )
3827
3831
logger = testutil .Logger (t )
@@ -3839,6 +3843,7 @@ func TestDevcontainerPrebuildSupport(t *testing.T) {
3839
3843
WorkspaceFolder : "/home/coder/coder" ,
3840
3844
ConfigPath : "/home/coder/coder/.devcontainer/devcontainer.json" ,
3841
3845
}
3846
+
3842
3847
testContainer = newFakeContainer ("test-container-id" , testDC .ConfigPath , testDC .WorkspaceFolder )
3843
3848
3844
3849
prebuildOwner = "prebuilds"
You can’t perform that action at this time.
0 commit comments