Skip to content

Commit

Permalink
Skips some of Monitoring tests. See #1068
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-tarafa committed Jun 3, 2020
1 parent 109985b commit 602638c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion monitoring/api/AlertSnippets/runTests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations under
# the License.
dotnet test --test-adapter-path:. --logger:junit -v n

# https://github.com/GoogleCloudPlatform/dotnet-docs-samples/issues/1068
# dotnet test --test-adapter-path:. --logger:junit -v n

3 changes: 2 additions & 1 deletion monitoring/api/AlertTest/runTest.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
# the License.
dotnet restore
dotnet build
dotnet test --test-adapter-path:. --logger:junit --no-restore --no-build -v n
# https://github.com/GoogleCloudPlatform/dotnet-docs-samples/issues/1068
# dotnet test --test-adapter-path:. --logger:junit --no-restore --no-build -v n

0 comments on commit 602638c

Please sign in to comment.