Skip to content

Commit

Permalink
Debug tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RikuVirtanen committed Sep 21, 2023
1 parent 0f39029 commit 1a709c9
Show file tree
Hide file tree
Showing 6 changed files with 674 additions and 671 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

namespace Frends.FTP.UploadFiles.Tests;

[Ignore("Debug")]
[TestClass]
public class DestinationActionTests : UploadFilesTestBase
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ namespace Frends.FTP.UploadFiles.Tests;
/// - source file name does not support macros for some reason in Cobalt, currently not implementing because
/// need to understand reasoning better
/// </summary>
[Ignore("Debug")]
[TestClass]
public class MacrosTests
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

namespace Frends.FTP.UploadFiles.Tests;

[Ignore("Debug")]
[TestClass]
public class SourceFilesNotFoundActionTests : UploadFilesTestBase
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

namespace Frends.FTP.UploadFiles.Tests;

[Ignore("Debug")]
[TestClass]
public class SourceOperationTests : UploadFilesTestBase
{
Expand Down
Loading

0 comments on commit 1a709c9

Please sign in to comment.