@@ -33,7 +33,7 @@ public override async Task InitializeAsync()
3333 VisualStudio . SolutionExplorer . AddProject ( testProj , WellKnownProjectTemplates . ConsoleApplication , LanguageNames . VisualBasic ) ;
3434 }
3535
36- [ WpfFact ]
36+ [ WpfFact ( Skip = "https://github.com/dotnet/roslyn/issues/36763" ) ]
3737 public void UpdateActiveStatementLeafNode ( )
3838 {
3939 VisualStudio . Editor . SetText ( @"
@@ -64,7 +64,7 @@ End Module
6464 VisualStudio . Debugger . CheckExpression ( "names(1)" , "String" , "\" bar\" " ) ;
6565 }
6666
67- [ WpfFact ]
67+ [ WpfFact ( Skip = "https://github.com/dotnet/roslyn/issues/36763" ) ]
6868 public void AddTryCatchAroundActiveStatement ( )
6969 {
7070 VisualStudio . Editor . SetText ( @"
@@ -92,7 +92,7 @@ Catch ex As Exception
9292 VisualStudio . Editor . Verify . CurrentLineText ( "End Try" ) ;
9393 }
9494
95- [ WpfFact ]
95+ [ WpfFact ( Skip = "https://github.com/dotnet/roslyn/issues/36763" ) ]
9696 public void EditLambdaExpression ( )
9797 {
9898 VisualStudio . Editor . SetText ( @"
@@ -123,7 +123,7 @@ End Sub
123123 VisualStudio . ErrorList . Verify . NoBuildErrors ( ) ;
124124 }
125125
126- [ WpfFact ]
126+ [ WpfFact ( Skip = "https://github.com/dotnet/roslyn/issues/36763" ) ]
127127 public void EnCWhileDebuggingFromImmediateWindow ( )
128128 {
129129 VisualStudio . Editor . SetText ( @"
@@ -146,7 +146,6 @@ End Sub
146146 VisualStudio . Debugger . ExecuteStatement ( "Module1.Main()" ) ;
147147 }
148148
149- [ WpfFact ]
150149 private void SetupMultiProjectSolution ( )
151150 {
152151 var basicLibrary = new ProjectUtils . Project ( "BasicLibrary1" ) ;
@@ -188,7 +187,7 @@ End Module
188187 VisualStudio . Workspace . WaitForAsyncOperations ( Helper . HangMitigatingTimeout , FeatureAttribute . Workspace ) ;
189188 }
190189
191- [ WpfFact ]
190+ [ WpfFact ( Skip = "https://github.com/dotnet/roslyn/issues/36763" ) ]
192191 public void MultiProjectDebuggingWhereNotAllModulesAreLoaded ( )
193192 {
194193 SetupMultiProjectSolution ( ) ;
@@ -199,7 +198,7 @@ public void MultiProjectDebuggingWhereNotAllModulesAreLoaded()
199198 VisualStudio . ErrorList . Verify . NoErrors ( ) ;
200199 }
201200
202- [ WpfFact ]
201+ [ WpfFact ( Skip = "https://github.com/dotnet/roslyn/issues/36763" ) ]
203202 [ WorkItem ( 33829 , "https://github.com/dotnet/roslyn/issues/33829" ) ]
204203 public void DocumentStateTrackingReadonlyInRunMode ( )
205204 {
@@ -250,7 +249,7 @@ End Module
250249 VisualStudio . Editor . Verify . IsProjectItemDirty ( expectedValue : false ) ;
251250 }
252251
253- [ WpfFact ]
252+ [ WpfFact ( Skip = "https://github.com/dotnet/roslyn/issues/36763" ) ]
254253 public void LocalsWindowUpdatesAfterLocalGetsItsTypeUpdatedDuringEnC ( )
255254 {
256255 VisualStudio . Editor . SetText ( @"
@@ -273,7 +272,7 @@ End Module
273272 VisualStudio . LocalsWindow . Verify . CheckEntry ( "goo" , "Single" , "10" ) ;
274273 }
275274
276- [ WpfFact ]
275+ [ WpfFact ( Skip = "https://github.com/dotnet/roslyn/issues/36763" ) ]
277276 public void LocalsWindowUpdatesCorrectlyDuringEnC ( )
278277 {
279278 VisualStudio . Editor . SetText ( @"
@@ -306,7 +305,7 @@ End Module
306305 VisualStudio . LocalsWindow . Verify . CheckEntry ( "lLng" , "Long" , "444" ) ;
307306 }
308307
309- [ WpfFact ]
308+ [ WpfFact ( Skip = "https://github.com/dotnet/roslyn/issues/36763" ) ]
310309 public void WatchWindowUpdatesCorrectlyDuringEnC ( )
311310 {
312311 VisualStudio . Editor . SetText ( @"
0 commit comments