Skip to content

Commit

Permalink
disttask: move framework integration tests into separate pkg (#50868)
Browse files Browse the repository at this point in the history
ref #49008
  • Loading branch information
D3Hunter authored Feb 1, 2024
1 parent b816816 commit 134d2bf
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
load("@io_bazel_rules_go//go:def.bzl", "go_test")

go_test(
name = "framework_test",
name = "integrationtests_test",
timeout = "short",
srcs = [
"framework_err_handling_test.go",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

package framework_test
package integrationtests_test

import (
"testing"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

package framework_test
package integrationtests_test

import (
"context"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

package framework_test
package integrationtests_test

import (
"context"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

package framework_test
package integrationtests_test

import (
"context"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

package framework_test
package integrationtests_test

import (
"testing"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

package framework_test
package integrationtests_test

import (
"context"
Expand Down

0 comments on commit 134d2bf

Please sign in to comment.