Skip to content

Commit

Permalink
Disable Oberon tests
Browse files Browse the repository at this point in the history
  • Loading branch information
copy committed May 1, 2017
1 parent 0116b70 commit 2bbae50
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tests/full/run.js
Expand Up @@ -140,14 +140,14 @@ if(cluster.isMaster)
expect_mouse_registered: true,
skip_if_disk_image_missing: true,
},
{
name: "Oberon",
hda: root_path + "/images/oberon.dsk",
fda: root_path + "/images/oberon-boot.dsk",
timeout: 20,
expect_graphical_mode: true,
expect_mouse_registered: true,
},
//{
// name: "Oberon",
// hda: root_path + "/images/oberon.dsk",
// fda: root_path + "/images/oberon-boot.dsk",
// timeout: 20,
// expect_graphical_mode: true,
// expect_mouse_registered: true,
//},
{
name: "Linux 3",
cdrom: root_path + "/images/linux3.iso",
Expand Down

0 comments on commit 2bbae50

Please sign in to comment.