Skip to content

Commit 52f42ed

Browse files
committed
Disabled hostname tests under CI - requires a x86 running.
1 parent 34ddcfd commit 52f42ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/clients/Wyam.Tests/LiveReload/LiveReloadHostnameTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
namespace Wyam.Tests.LiveReload
1212
{
13-
[TestFixture]
13+
[TestFixture, TestFixture(Category = "ExcludeFromAppVeyor")]
1414
public class LiveReloadHostnameTests : IDisposable
1515
{
1616
private readonly LiveReloadServer _reloadServer = new LiveReloadServer();

0 commit comments

Comments
 (0)