Skip to content

Commit

Permalink
chore: Remove FunctionTests run config
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrylo committed Feb 22, 2024
1 parent 890393d commit 77efd21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .run/kuksa-vss-processor-Plugin_FunctionalTests.run.xml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ import kotlin.io.path.deleteRecursively
import kotlin.io.path.exists
import kotlin.io.path.pathString

// Note:
// - Debugging into functional gradle test cases do not work.
// - Sometimes test errors are obscured so try looking into the test report to see the actual one.
//
// ./gradlew :vss-processor-plugin:test -Dkotest.tags="Functional"
@OptIn(ExperimentalPathApi::class)
class VssProcessorPluginTest : BehaviorSpec({
tags(Functional)
Expand Down

0 comments on commit 77efd21

Please sign in to comment.