Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Noric Couderc
JBrainy
Commits
b8c18fa1
Commit
b8c18fa1
authored
Nov 04, 2021
by
Noric Couderc
Browse files
Re-disabled test...
Had already disabled it before...
parent
76121cc4
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/src/test/kotlin/EventSetBuilderTest.kt
View file @
b8c18fa1
import
org.junit.jupiter.api.Assertions
import
org.junit.jupiter.api.BeforeAll
import
org.junit.jupiter.api.Disabled
import
org.junit.jupiter.api.Test
import
se.lth.cs.CounterSpecification
import
se.lth.cs.papicounters.PAPICounter
...
...
@@ -91,6 +92,7 @@ class EventSetBuilderTest {
Assertions
.
assertEquals
(
expected
.
toSet
(),
builder
.
getCounterSet
())
}
@Disabled
(
"PAPI_L1_DCA is not available on the machine"
)
@Test
fun
testEventBuildInvalidEvents
()
{
val
features
=
listOf
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment