Skip to content

Commit

Permalink
Remove 'matrix' from tests
Browse files Browse the repository at this point in the history
This concept was dropped

Signed-off-by: Dan Rue <[email protected]>
  • Loading branch information
danrue committed Mar 1, 2018
1 parent e7737ff commit ab8d707
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions skipgen_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,6 @@ func TestStringInSliceNegative(t *testing.T) {
func TestSkipAll(t *testing.T) {

skipAll := `
matrix:
environments:
- production
- staging
boards:
- x15
- juno
- hikey
branches:
- 4.4
- 4.9
- mainline
skiplist:
- reason: kernel tests baselining
url: https://projects.linaro.org/projects/CTT/queues/issue/CTT-585
Expand Down Expand Up @@ -119,14 +106,6 @@ test_progs
func TestSkipMinimum(t *testing.T) {

skipAll := `
matrix:
environments:
- production
boards:
- x15
branches:
- 4.4
skiplist:
- reason: Some test reason
url: https://bugs.linaro.org/show_bug.cgi?id=3145
Expand Down

0 comments on commit ab8d707

Please sign in to comment.