Skip to content

Commit

Permalink
Mark all integration tests as legacy
Browse files Browse the repository at this point in the history
This is in preparation for the new integration test framework. Tests
marked thus will be run by the current framework and ignored by the new
one.
  • Loading branch information
redsun82 committed May 31, 2024
1 parent 06ce40c commit 096a31d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions csharp/ql/integration-tests/legacy
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
These tests are still run with the legacy test runner
1 change: 1 addition & 0 deletions go/ql/integration-tests/legacy
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
These tests are still run with the legacy test runner
1 change: 1 addition & 0 deletions java/ql/integration-tests/legacy
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
These tests are still run with the legacy test runner
1 change: 1 addition & 0 deletions javascript/ql/integration-tests/legacy
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
These tests are still run with the legacy test runner
1 change: 1 addition & 0 deletions ruby/ql/integration-tests/legacy
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
These tests are still run with the legacy test runner
1 change: 1 addition & 0 deletions swift/ql/integration-tests/legacy
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
These tests are still run with the legacy test runner

0 comments on commit 096a31d

Please sign in to comment.