Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz committed Aug 10, 2023
1 parent 99c5df5 commit 281527b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/difference/core/driver/core_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,9 @@ func (s *CoreSuite) TestTraces() {
fmt.Println("Shortest [traceIx, actionIx]:", shortest, shortestLen)
}

// TODO: diff tests will eventually be replaced by quint tests, and all this code could then be deleted.
// Until that decision is finalized, we'll just comment out the top-level test.

// func TestCoreSuite(t *testing.T) {
// suite.Run(t, new(CoreSuite))
// }
Expand Down

0 comments on commit 281527b

Please sign in to comment.