Skip to content

Commit

Permalink
This seems to be how to really disable a test
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrawehr committed Aug 12, 2024
1 parent 9e52d4f commit 045740e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/System.Device.Gpio.Tests/ProtocolTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ namespace System.Device.Gpio.Tests;
public class ProtocolsTests
{
// See #2339: This test is very frequently failing in CI, looks like a hardware issue.
[Fact]
// [Trait("feature", "spi")]
[Trait("requires", "working-hardware")]
[Fact(Skip = "Test is running unreliably")]
[Trait("feature", "spi")]
public void SPI_Mcp3008CanRead()
{
using (Mcp3008 adc = CreateAdc())
Expand Down

0 comments on commit 045740e

Please sign in to comment.