File: t-skip--TestAssertionsFixture.patch

package info (click to toggle)
golang-github-smartystreets-assertions 1.10.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 580 kB
  • sloc: python: 80; makefile: 41; sh: 15
file content (17 lines) | stat: -rw-r--r-- 424 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Last-Update: 2019-12-29
Forwarded: not-needed
Author: Dmitry Smirnov <onlyjob@debian.org>
Description: disable failing test.

--- a/utilities_for_test.go
+++ b/utilities_for_test.go
@@ -10,8 +10,9 @@
 
 /**************************************************************************/
 
 func TestAssertionsFixture(t *testing.T) {
+t.Skip("DM-skipped")
 	unit.Run(new(AssertionsFixture), t)
 }
 
 type AssertionsFixture struct {