Skip to content

Commit

Permalink
Merge pull request dotnet#6245 from amcasey/SkipGH6214
Browse files Browse the repository at this point in the history
Skip CodeGenWithEvents.TestHandlesForWithEventsFromBaseFromADifferentAssembly
  • Loading branch information
amcasey committed Oct 22, 2015
2 parents 11c0850 + 4e61ddb commit bc31f32
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1086,9 +1086,10 @@ End Interface

End Sub

<WorkItem(6214, "https://github.com/dotnet/roslyn/issues/6214")>
<WorkItem(545182, "DevDiv")>
<WorkItem(545184, "DevDiv")>
<Fact()>
<Fact(Skip:="https://github.com/dotnet/roslyn/issues/6214")>
Public Sub TestHandlesForWithEventsFromBaseFromADifferentAssembly()
Dim assembly1Compilation = CreateVisualBasicCompilation("TestHandlesForWithEventsFromBaseFromADifferentAssembly_Assembly1",
<![CDATA[Public Class c1
Expand Down

0 comments on commit bc31f32

Please sign in to comment.