Skip to content

Commit

Permalink
Move custom rule test to tier0
Browse files Browse the repository at this point in the history
Signed-off-by: Marek Aufart <[email protected]>
  • Loading branch information
aufi committed Oct 20, 2023
1 parent a78385a commit 5774e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysis/test_cases.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ package analysis
// List of applications with expected analysis outputs.
var Tier0TestCases = []TC{
TackleTestappPublic,
TackleTestappPublicCorpFrameworkConfig,
}

//
// Tier 1 Analysis test cases - should work.
// List of applications with expected analysis outputs.
var Tier1TestCases = []TC{
// Setting empty until have working applications.
TackleTestappPublicCorpFrameworkConfig,
}

//
Expand Down

0 comments on commit 5774e2b

Please sign in to comment.