diff --git a/js/module_loading_test.go b/js/module_loading_test.go index 001b42ab1c7..a0c61b07834 100644 --- a/js/module_loading_test.go +++ b/js/module_loading_test.go @@ -138,6 +138,7 @@ func TestLoadOnceGlobalVars(t *testing.T) { func TestLoadExportsIsUsableInModule(t *testing.T) { t.Parallel() + t.Skip("This likely shouldn't have had a test and should not be supported") fs := afero.NewMemMapFs() require.NoError(t, afero.WriteFile(fs, "/A.js", []byte(` export function A() {