Skip to content

Commit

Permalink
disable more
Browse files Browse the repository at this point in the history
  • Loading branch information
bunsenstraat committed Nov 8, 2024
1 parent 93d1b7a commit 00fec2d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion apps/remix-ide-e2e/src/tests/workspace_git.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { NightwatchBrowser } from "nightwatch"
import init from "../helpers/init"
import sauce from "./sauce"

module.exports = {
const tests = {
'@disabled': true,
before: function (browser: NightwatchBrowser, done: VoidFunction) {
init(browser, done)
Expand Down Expand Up @@ -508,10 +508,15 @@ module.exports = {
tearDown: sauce,
}


module.exports = {}

const gitmodules = `[submodule "subdemo3"]
path = subdemo3
url = https://github.com/bunsenstraat/empty3
[submodule "testactionsub"]
path = testactionsub
url = https://github.com/bunsenstraat/testactions
`


0 comments on commit 00fec2d

Please sign in to comment.