Skip to content

Commit

Permalink
Reverted The Environment Test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Manas Kalangan committed Mar 21, 2024
1 parent ae28f26 commit ac1969f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Ginger/GingerTest/EnvironemntsLib/EnvsTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace GingerTest
{
[TestClass]
[Level3]

[Ignore]
public class EnvsTest
{
static GingerAutomator mGingerAutomator;
Expand Down Expand Up @@ -186,7 +186,6 @@ public void DeleteEnvFromFileSystem()
// TODO: FIXME not showing in tree b is false
[TestMethod]
[Timeout(60000)]
[Ignore]
public void ChangeEnvNameOnDiskUpdateObjandShowinTree()
{
//Arrange
Expand Down Expand Up @@ -254,7 +253,6 @@ public void DeleteEnvFolderRemovedfromTree()

//TODO: FIXME 2nd assert fail
[TestMethod]
[Ignore]
[Timeout(60000)]
public void RenameEnvFolderSyncWithTree()
{
Expand Down

0 comments on commit ac1969f

Please sign in to comment.