Skip to content

Commit

Permalink
Updating Tests.ps1 to only run limited tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Parth Shah committed Sep 1, 2017
1 parent 4080ee7 commit 3e26491
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Test.ps1
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Invoke-Pester -Path .\Tests
Invoke-Pester -Path .\Tests\CatalogItems
Invoke-Pester -Path .\Tests\Utilities

3 comments on commit 3e26491

@jzabroski
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jtarquino @parthsha Why did you make this change?

@jtarquino
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mostly because the admin tests changes the state of the machine and it make it very unstable in automation, having said that I think we should enable the security tests suite

@jzabroski
Copy link
Contributor

@jzabroski jzabroski commented on 3e26491 Aug 12, 2018 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.