Skip to content
This repository has been archived by the owner on May 5, 2020. It is now read-only.

Commit

Permalink
Fuse.Triggers: ignore spuriously failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
kusma committed Aug 30, 2018
1 parent 60b38de commit 54cfbf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Fuse.Triggers/Tests/Callback.Test.uno
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ namespace Fuse.Test
public class CallbackTest : TestBase
{
[Test]
[Ignore("https://github.com/fuse-open/fuselibs/issues/1188")]
public void ArgsContainsSender()
{
var p = new UX.Callback.ArgsContainsSender();
Expand Down

0 comments on commit 54cfbf8

Please sign in to comment.